/* Hallmark · genre: modern-minimal · macrostructure: Marquee Hero · theme: custom (Swiss · signal-red)
 * paper oklch(97% .004 250) · accent oklch(58% .22 28) warm-red · display Switzer 800 · body Switzer 400 · mono JetBrains Mono
 * nav: N9 edge-aligned · footer: Ft2 inline · enrichment: live data figure (Tier A) · designed-as-app
 * Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V4 */
:root {
  --color-paper:      oklch(97% 0.004 250);
  --color-paper-2:    oklch(93.5% 0.006 250);
  --color-rule:       oklch(84% 0.006 250);
  --color-muted:      oklch(45% 0.012 250);
  --color-ink:        oklch(17% 0.012 250);
  --color-ink-2:      oklch(28% 0.012 250);
  --color-accent:     oklch(58% 0.22 28);
  --color-accent-ink: oklch(98% 0.01 28);
  --color-focus:      oklch(58% 0.22 28);
  --color-ok:         oklch(52% 0.14 150);

  --font-display: "Switzer", "Helvetica Neue", Arial, sans-serif;
  --font-body:    "Switzer", "Helvetica Neue", Arial, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --text-xs: 0.72rem; --text-sm: 0.84rem; --text-base: 1rem; --text-md: 1.2rem;
  --text-lg: 1.5rem;  --text-xl: 1.875rem; --text-2xl: 2.35rem; --text-3xl: 2.95rem;
  --text-display: clamp(4.25rem, 15vw, 11.5rem);

  --space-3xs: .25rem; --space-2xs: .5rem; --space-xs: .75rem; --space-sm: 1rem;
  --space-md: 1.5rem; --space-lg: 2rem; --space-xl: 3rem; --space-2xl: 4.5rem; --space-3xl: 7rem;

  --rule-hair: 1px; --rule-heavy: 4px;
  --radius: 2px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --dur-fast: 160ms; --dur: 320ms; --dur-slow: 640ms;
  --measure: 62ch;
}
