/* Hallmark · pre-emit critique: P5 H5 E5 S4 R5 V5 */
/* Hallmark · macrostructure: Workbench · theme: Cobalt · nav: N3 · footer: none · contrast: pass (40–41) · slop: pass (42–49) · mobile: pass (34, 49, 50–57) */
:root {
  --font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", Consolas, monospace;
  --bg: oklch(98.5% 0.006 255);
  --surface: oklch(100% 0 0);
  --surface-muted: oklch(96.8% 0.009 255);
  --surface-accent: oklch(96% 0.025 255);
  --surface-deep: oklch(19% 0.025 255);
  --ink: oklch(24% 0.025 255);
  --ink-soft: oklch(48% 0.025 255);
  --ink-faint: oklch(50% 0.022 255);
  --line: oklch(89% 0.012 255);
  --line-strong: oklch(79% 0.025 255);
  --accent: oklch(53% 0.19 258);
  --accent-hover: oklch(46% 0.2 258);
  --accent-ink: oklch(98% 0.01 255);
  --accent-on-dark: oklch(78% 0.13 252);
  --code-ink: oklch(88% 0.12 250);
  --success: oklch(49% 0.12 154);
  --warning: oklch(59% 0.13 76);
  --danger: oklch(51% 0.19 27);
  --focus: oklch(68% 0.17 255);
  --shadow: 0 14px 38px oklch(30% 0.04 255 / 0.1);
  --radius-sm: 0.35rem;
  --radius-md: 0.6rem;
  --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;
  --rail-width: 16rem;
  --max-content: 92rem;
  --motion-fast: 140ms;
}
