/* Hallmark · genre: editorial · macrostructure: Marquee Hero · design-system: design.md
 * theme: custom · vibe: "warm ivory, soft editorial, quietly assured"
 * paper: oklch(97.55% 0.0055 54) · accent: oklch(47% 0.12 18)
 * display: Newsreader · body: Geist · axes: light / roman-serif / warm
 * pre-emit critique: P5 H5 E5 S5 R5 V4 · nav: N9 · footer: Ft2
 * contrast: pass (40–41) · slop: pass (42–49) · mobile: pass (34, 49–57) · designed-as-app
 */
:root {
  color-scheme: light;
  --color-paper: oklch(97.55% 0.0055 54);
  --color-paper-2: oklch(95.5% 0.011 48);
  --color-paper-3: oklch(92% 0.014 48);
  --color-field: oklch(99% 0.006 48);
  --color-ink: oklch(23% 0.022 24);
  --color-ink-2: oklch(31% 0.019 24);
  --color-muted: oklch(43% 0.016 28);
  --color-placeholder: oklch(42% 0.014 28);
  --color-rule: oklch(82% 0.016 42);
  --color-rule-2: oklch(69% 0.018 38);
  --color-accent: oklch(47% 0.12 18);
  --color-accent-ink: oklch(97.55% 0.0055 54);
  --color-focus: oklch(53% 0.2 18);
  --color-focus-on-dark: oklch(94% 0.025 48);
  --color-error: oklch(46% 0.17 25);
  --color-success: oklch(40% 0.11 153);
  --color-button: oklch(31% 0.055 20);
  --color-button-hover: oklch(37% 0.07 20);
  --color-button-ink: oklch(97.55% 0.0055 54);

  --font-display: "Newsreader", "Palatino Linotype", serif;
  --font-body: "Geist", "Trebuchet MS", sans-serif;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-ui: 0.9375rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-display: clamp(2.75rem, 10.5vw, 4.9rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 260ms;
  --dur-long: 480ms;

  --rule-hair: 1px;
  --rule-accent: 2px;
  --rule-focus: 2px;
  --focus-offset: 2px;
  --radius-control: 0.75rem;
  --radius-image: 1.75rem 1.75rem 0.5rem 1.75rem;

  --page-gutter: 1.125rem;
  --page-gutter-wide: 2rem;
  --page-max: 82rem;
  --header-height: 4.5rem;
  --header-height-wide: 6rem;
  --footer-height: 3.75rem;
  --control-height: 3.125rem;
  --success-height: 12rem;
  --headline-measure: 17ch;
  --display-weight: 700;
  --display-tracking: -0.035em;
  --display-leading: 0.95;
  --image-position: center;
  --logo-width: 29px;
  --logo-width-wide: 32px;
}
