/* Hallmark · macrostructure: Index-First · theme: Cobalt · tone: technical, restrained · anchor hue: cobalt · nav: N9 · footer: Ft2 · enrichment: generated QR · 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) */
:root {
  --color-paper: #f7f6f2;
  --color-surface: #ffffff;
  --color-ink: #17191c;
  --color-muted: #626973;
  --color-rule: #d9dce0;
  --color-rule-strong: #9ca4ae;
  --color-accent: #1f5d8e;
  --color-accent-hover: #17486f;
  --color-accent-soft: #dceaf4;
  --color-accent-ink: #ffffff;
  --color-focus: #1f5d8e;
  --color-danger: #9d302d;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-body: 1rem;
  --text-h2: clamp(1.4rem, 3vw, 2rem);
  --text-h1: clamp(2.4rem, 7vw, 5.6rem);
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --dur-fast: 120ms;
  --dur-standard: 220ms;
  --rule-thin: 1px;
  --rule-heavy: 2px;
  --radius-control: 0.5rem;
}
