/* Hallmark · tokens · theme: Cobalt · paper-band: light · display: grotesk-sans · accent: electric-cobalt */
:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96.7% 0.006 250);
  --color-paper-3: oklch(93.8% 0.008 250);
  --color-rule: oklch(87% 0.009 250);
  --color-rule-2: oklch(74% 0.013 250);
  --color-ink: oklch(24% 0.02 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-muted: oklch(48% 0.014 255);
  --color-graphite: oklch(22% 0.016 260);
  --color-graphite-muted: oklch(78% 0.014 250);
  --color-graphite-rule: oklch(34% 0.018 250);
  --color-accent: oklch(58% 0.20 256);
  --color-accent-ink: oklch(99% 0.004 250);
  --color-focus: oklch(43% 0.18 256);
  --color-error: oklch(54% 0.18 25);
  --color-success: oklch(49% 0.15 150);
  --font-display: "Space Grotesk", ui-sans-serif, sans-serif;
  --font-body: "Inter", ui-sans-serif, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --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.9531rem;
  --text-2xl: 2.4414rem;
  --text-display: clamp(2.8rem, 6vw + 0.8rem, 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;
  --radius-sm: 6px;
  --radius-md: 10px;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
}

