/* Hallmark · tokens · theme: Cobalt/production-light · anchor hue: 250 */
:root {
  --color-paper: oklch(97.5% 0.008 250);
  --color-paper-2: oklch(94.8% 0.012 250);
  --color-paper-3: oklch(91.5% 0.016 250);
  --color-surface: oklch(99.2% 0.004 250);
  --color-ink: oklch(19% 0.022 250);
  --color-ink-2: oklch(31% 0.025 250);
  --color-neutral: oklch(45% 0.025 250);
  --color-muted: oklch(52% 0.02 250);
  --color-rule: oklch(86% 0.018 250);
  --color-rule-strong: oklch(72% 0.025 250);
  --color-accent: oklch(49% 0.2 254);
  --color-accent-hover: oklch(43% 0.19 254);
  --color-accent-soft: oklch(93% 0.035 254);
  --color-accent-ink: oklch(98% 0.006 250);
  --color-focus: oklch(58% 0.2 250);
  --color-success: oklch(48% 0.13 151);
  --color-success-soft: oklch(94% 0.035 151);
  --color-danger: oklch(49% 0.18 27);
  --color-danger-soft: oklch(94% 0.035 27);
  --color-warning: oklch(55% 0.13 75);
  --color-overlay: oklch(16% 0.02 250 / 0.48);
  --color-shadow: oklch(23% 0.03 250 / 0.09);

  --font-display: "IBM Plex Sans", "Segoe UI", sans-serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex 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.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display: clamp(2.25rem, 8vw, 3.75rem);

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-pill: 999px;
  --rule-hairline: 1px;

  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --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);

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-modal: 400;
}
