/* Hallmark · pre-emit critique: P5 H4 E4 S5 R5 V4 */
/* Hallmark · macrostructure: Workbench · genre: modern-minimal · tone: utilitarian · theme: Precision Blue · anchor hue: cobalt · enrichment: native blocks · nav: N1b · 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) */
:root {
  --color-paper: oklch(97% 0.008 245);
  --color-paper-2: oklch(94% 0.012 245);
  --color-surface: oklch(99% 0.004 245);
  --color-ink: oklch(19% 0.018 245);
  --color-ink-2: oklch(32% 0.022 245);
  --color-muted: oklch(44% 0.025 245);
  --color-rule: oklch(85% 0.018 245);
  --color-accent: oklch(55% 0.24 260);
  --color-accent-ink: oklch(99% 0.004 245);
  --color-focus: oklch(47% 0.22 260);
  --color-error: oklch(52% 0.19 28);
  --color-success: oklch(47% 0.13 150);
  --font-display: Manrope, ui-sans-serif, sans-serif;
  --font-body: Manrope, ui-sans-serif, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --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;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.75rem, 5vw + 1rem, 5.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-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --rule-hair: 1px;
  --radius-sm: 0;
  --radius-md: 0;
  --page-max: 90rem;
  --page-gutter: clamp(1rem, 4vw, 4rem);
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
