/* Hallmark · portable tokens · theme: Cobalt · anchor hue: electric cobalt */
:root {
  color-scheme: light;

  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96.4% 0.008 250);
  --color-paper-3: oklch(93.8% 0.012 252);
  --color-ink: oklch(24% 0.02 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-muted: oklch(46% 0.016 257);
  --color-rule: oklch(88% 0.012 252);
  --color-rule-strong: oklch(73% 0.026 254);
  --color-accent: oklch(56% 0.2 256);
  --color-accent-strong: oklch(47% 0.18 256);
  --color-accent-soft: oklch(93.5% 0.032 256);
  --color-accent-ink: oklch(98.5% 0.004 250);
  --color-focus: oklch(48% 0.2 256);
  --color-graphite: oklch(20% 0.016 260);
  --color-graphite-2: oklch(26% 0.018 260);
  --color-on-dark: oklch(96% 0.006 250);
  --color-on-dark-muted: oklch(76% 0.014 252);
  --color-error: oklch(48% 0.18 28);
  --color-overlay: oklch(15% 0.018 260 / 0.58);
  --color-transparent: oklch(0% 0 0 / 0);

  --font-display: "Space Grotesk", "Avenir Next", sans-serif;
  --font-body: "Inter", "Helvetica Neue", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", "Cascadia Code", monospace;

  --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: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-body: 1rem;
  --text-lead: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-display-s: clamp(2.5rem, 7vw, 4.75rem);
  --text-display: clamp(2.75rem, 8vw, 5.5rem);

  --leading-tight: 0.98;
  --leading-heading: 1.08;
  --leading-body: 1.65;

  --radius-xs: 0.125rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-pill: 999px;
  --rule-hair: 1px;

  --dur-instant: 100ms;
  --dur-short: 180ms;
  --dur-medium: 280ms;
  --dur-reveal: 500ms;
  --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);

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --content-max: 76rem;
  --copy-max: 42rem;
  --header-height: 4rem;
  --hero-clip: clamp(2rem, 9vw, 8rem);
  --shadow-overlay: 0 1.5rem 4rem oklch(15% 0.018 260 / 0.24);
  --shadow-focus: 0 0 0 5px var(--color-focus);
  --z-nav: 300;
  --z-dialog: 700;
}
