/* Hallmark · genre: modern-minimal · tone: technical-austere · macrostructure: Map / Diagram · theme: Cobalt · anchor hue: cobalt · enrichment: Tier-A CSS system map · nav: N13 · footer: Ft5 · contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) */
/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96.8% 0.008 250);
  --color-ink: oklch(24% 0.02 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-muted: oklch(46% 0.018 256);
  --color-rule: oklch(89% 0.012 252);
  --color-rule-strong: oklch(79% 0.018 252);
  --color-grid: oklch(91.5% 0.01 252);
  --color-accent: oklch(58% 0.2 256);
  --color-accent-strong: oklch(51% 0.21 256);
  --color-accent-ink: oklch(99% 0.002 250);
  --color-focus: oklch(58% 0.2 256);
  --color-selection: oklch(88% 0.07 256);
  --color-graphite: oklch(20% 0.016 260);
  --color-graphite-text: oklch(84% 0.012 252);
  --color-graphite-muted: oklch(65% 0.014 255);
  --color-graphite-rule: oklch(36% 0.018 258);
  --color-nav: oklch(98.5% 0.004 250 / 0.9);
  --color-scrim: oklch(18% 0.015 258 / 0.68);
  --color-error: oklch(52% 0.19 26);
  --color-success: oklch(48% 0.14 151);

  --font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Code", monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 4rem;
  --text-display: 4.75rem;
  --text-display-tablet: 4rem;
  --text-display-mobile: 2.25rem;

  --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-fast: 120ms;
  --dur-short: 200ms;
  --dur-reveal: 600ms;

  --rule-hair: 1px;
  --rule-focus: 2px;
  --radius-small: 4px;
  --radius-control: 6px;
  --radius-card: 8px;
  --page-max: 1240px;
  --page-gutter: 4rem;
  --page-gutter-mobile: 1rem;
}
