/* Hallmark · genre: editorial · macrostructure: Workbench · theme: Almanac · enrichment: Tier-B route diagram · nav: N3 · footer: Ft2
 * audience: three-person travel group · use: private shared trip planning · tone: calm practical
 * pre-emit critique: P5 H5 E4 S5 R5 V5
 */
:root {
  --color-paper: oklch(96% 0.018 88);
  --color-paper-2: oklch(92% 0.024 88);
  --color-paper-3: oklch(88% 0.03 88);
  --color-ink: oklch(20% 0.028 245);
  --color-ink-2: oklch(32% 0.035 245);
  --color-muted: oklch(43% 0.028 245);
  --color-rule: oklch(78% 0.032 88);
  --color-rule-strong: oklch(61% 0.045 245);
  --color-accent: oklch(48% 0.15 247);
  --color-accent-ink: oklch(98% 0.012 88);
  --color-focus: oklch(52% 0.18 247);
  --color-confirmed: oklch(50% 0.12 156);
  --color-confirmed-soft: oklch(91% 0.055 156);
  --color-warning: oklch(60% 0.13 82);
  --color-warning-soft: oklch(91% 0.075 82);
  --color-error: oklch(48% 0.18 28);
  --color-success: oklch(45% 0.12 156);
  --font-display: "Newsreader", ui-serif, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --space-3xs: .125rem;
  --space-2xs: .25rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.5rem, 6vw, 5.25rem);
  --radius-sm: .375rem;
  --radius-md: .75rem;
  --radius-lg: 1.25rem;
  --rule-thin: 1px;
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in: cubic-bezier(.7,0,.84,0);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
}
