/* Hallmark · genre: modern-minimal · tone: technical-utilitarian · anchor: cobalt · macrostructure: Workbench · knobs: dense-ledger/instrument-panels · theme: Cobalt · enrichment: none · nav: N13 · footer: Ft2 · 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 E5 S5 R5 V4 */
:root {
  color-scheme: light;

  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96.5% 0.007 250);
  --color-paper-3: oklch(93.5% 0.010 250);
  --color-rule: oklch(87% 0.014 252);
  --color-rule-2: oklch(72% 0.020 254);
  --color-neutral: oklch(47% 0.020 256);
  --color-muted: oklch(38% 0.020 257);
  --color-ink-2: oklch(30% 0.020 258);
  --color-ink: oklch(20% 0.020 258);
  --color-accent: oklch(48% 0.205 256);
  --color-accent-soft: oklch(93% 0.035 256);
  --color-accent-ink: oklch(98.5% 0.004 250);
  --color-focus: oklch(36% 0.190 300);
  --color-graphite: oklch(19% 0.016 260);
  --color-graphite-2: oklch(24% 0.020 260);
  --color-graphite-ink: oklch(94% 0.008 250);
  --color-success: oklch(43% 0.135 148);
  --color-success-soft: oklch(94% 0.030 148);
  --color-warning: oklch(50% 0.145 78);
  --color-warning-soft: oklch(95% 0.035 78);
  --color-error: oklch(47% 0.180 28);
  --color-error-soft: oklch(94% 0.035 28);
  --color-overlay: oklch(15% 0.016 260 / 0.52);
  --color-shadow: oklch(20% 0.020 258 / 0.07);

  --font-display: "Space Grotesk", "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-body: "Inter", "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;

  --text-xs: 0.72rem;
  --text-sm: 0.84rem;
  --text-base: 1rem;
  --text-md: 1.18rem;
  --text-lg: 1.42rem;
  --text-xl: 1.72rem;
  --text-2xl: 2.12rem;
  --text-display-s: clamp(2rem, 4vw, 3rem);
  --text-display: clamp(2.4rem, 5vw, 4.5rem);

  --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;

  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 0.875rem;
  --rule-thin: 1px;
  --control-height: 2.75rem;
  --content-max: 96rem;
  --banner-height: 4rem;

  --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: 220ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-sticky-nav: 210;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
