/* Hallmark · genre: modern-minimal · macrostructure: Workbench · theme: Cobalt · enrichment: none · nav: N3 · footer: Ft2 · P5 H5 E4 S5 R5 V4 */
:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96% 0.008 250);
  --color-paper-3: oklch(92% 0.012 250);
  --color-surface: oklch(99% 0.003 250);
  --color-ink: oklch(21% 0.018 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-neutral: oklch(48% 0.018 257);
  --color-muted: oklch(42% 0.014 257);
  --color-rule: oklch(88% 0.012 250);
  --color-rule-2: oklch(78% 0.018 250);
  --color-accent: oklch(48% 0.2 256);
  --color-accent-soft: oklch(94% 0.035 256);
  --color-accent-ink: oklch(98% 0.004 250);
  --color-focus: oklch(20% 0.08 256);
  --color-success: oklch(42% 0.13 155);
  --color-success-soft: oklch(94% 0.025 155);
  --color-warning: oklch(46% 0.12 78);
  --color-warning-soft: oklch(95% 0.03 78);
  --color-error: oklch(46% 0.18 28);
  --color-error-soft: oklch(95% 0.025 28);
  --color-disabled: oklch(70% 0.01 250);
  --color-overlay: oklch(18% 0.018 258 / 0.36);
  --color-transparent: transparent;
  --color-graphite: oklch(22% 0.016 260);

  --font-display: "Space Grotesk", "IBM Plex Sans", sans-serif;
  --font-body: "IBM Plex Sans", "Noto Sans SC", sans-serif;
  --font-mono: "JetBrains Mono", 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;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;

  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-round: 999rem;
  --rule-thin: 1px;

  --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;

  --shadow-whisper: 0 1px 2px oklch(20% 0.01 258 / 0.06);
  --z-base: 1;
  --z-sticky: 200;
  --z-toast: 500;
}
