/* Hallmark · tokens · Climmy · theme: Cobalt · genre: modern-minimal · paper: oklch(99% 0.004 255) · accent: oklch(60% 0.22 255) */
:root {
  /* — Paper / Ink — Cobalt cool anchor hue 255 */
  --color-paper:        oklch(99% 0.004 255);
  --color-paper-2:      oklch(97.5% 0.006 255);
  --color-paper-3:      oklch(95.5% 0.008 255);
  --color-surface:      oklch(98.2% 0.005 255);
  --color-rule:         oklch(91% 0.012 255);
  --color-rule-strong:  oklch(84% 0.015 255);
  --color-rule-faint:   oklch(94% 0.008 255);
  --color-ink:          oklch(17% 0.015 255);
  --color-ink-soft:     oklch(27% 0.014 255);
  --color-muted:        oklch(46% 0.014 255);
  --color-neutral:      oklch(56% 0.012 255);
  --color-muted-2:      oklch(64% 0.010 255);
  --color-accent:       oklch(60% 0.22 255);
  --color-accent-strong:oklch(54% 0.24 255);
  --color-accent-soft:  oklch(96% 0.03 255);
  --color-focus:        oklch(60% 0.22 255);
  --color-success:      oklch(62% 0.16 145);
  --color-success-soft: oklch(62% 0.16 145 / 0.08);
  --color-success-mid:  oklch(62% 0.16 145 / 0.10);
  --color-success-border: oklch(62% 0.16 145 / 0.35);
  --color-success-glow: oklch(62% 0.16 145 / 0.15);
  --color-warn:         oklch(72% 0.16 65);
  --color-warn-soft:    oklch(72% 0.16 65 / 0.10);
  --color-warn-soft-2:  oklch(72% 0.16 65 / 0.12);
  --color-warn-border:  oklch(72% 0.16 65 / 0.35);
  --color-danger:       oklch(62% 0.20 28);
  --color-danger-soft:  oklch(62% 0.20 28 / 0.08);
  --color-danger-mid:   oklch(62% 0.20 28 / 0.10);
  --color-danger-border:oklch(62% 0.20 28 / 0.30);
  --color-danger-border-2: oklch(62% 0.20 28 / 0.25);
  --color-success-border-2: oklch(62% 0.16 145 / 0.25);
  --color-warn-border-2: oklch(72% 0.16 65 / 0.25);
  --color-amber:        oklch(70% 0.15 75);
  --color-purple:       oklch(62% 0.20 295);
  --color-shadow:       oklch(20% 0.01 255 / 0.04);
  --color-shadow-strong:oklch(17% 0.015 255 / 0.06);
  --color-shadow-med:   oklch(17% 0.015 255 / 0.08);
  --color-paper-on-ink: oklch(99% 0.004 255);
  --color-ink-on-paper: oklch(85% 0.008 255);
  --color-muted-on-ink: oklch(78% 0.008 255);
  --color-danger-soft-06: oklch(62% 0.20 28 / 0.06);

  /* — Typography — */
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-body:    "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-wordmark: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;

  /* — Type scale — 1.25 major third */
  --text-xs:      0.70rem;
  --text-sm:      0.8125rem;
  --text-base:    1rem;
  --text-md:      1.125rem;
  --text-lg:      1.35rem;
  --text-xl:      1.75rem;
  --text-2xl:     2.25rem;
  --text-3xl:     3rem;
  --text-4xl:     3.75rem;
  --text-display: clamp(2.75rem, 5vw + 1rem, 4.5rem);
  --text-display-s: clamp(2.25rem, 4vw + 0.75rem, 3.5rem);
  --text-hero:    clamp(2.5rem, 4.5vw + 1rem, 4rem);

  /* — Space — 4pt */
  --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:  2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 7rem;

  /* — Radii — Cobalt tight */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  /* — Motion — */
  --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 — */
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-modal: 400;
}
