/* Hallmark · tokens: Quiet workbench · paper-band: light · display-style: geometric-sans · accent-hue: cool */
:root {
  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --color-paper: oklch(97% 0.008 250);
  --color-paper-2: oklch(94% 0.011 250);
  --color-panel: oklch(99% 0.006 250);
  --color-nav: oklch(98% 0.008 250 / 0.84);
  --color-rule: oklch(86% 0.012 250);
  --color-rule-strong: oklch(76% 0.016 250);
  --color-neutral: oklch(43% 0.018 250);
  --color-muted: oklch(55% 0.014 250);
  --color-ink: oklch(18% 0.018 250);
  --color-ink-2: oklch(25% 0.018 250);
  --color-ink-rule: oklch(36% 0.018 250);
  --color-paper-muted: oklch(82% 0.01 250);
  --color-accent: oklch(48% 0.18 258);
  --color-accent-ink: oklch(98% 0.006 250);
  --color-accent-soft: oklch(91% 0.045 258);
  --color-accent-wash: oklch(93% 0.05 258);
  --color-accent-faint: oklch(96% 0.026 258);
  --color-pattern: oklch(58% 0.11 258 / 0.14);
  --color-focus: oklch(54% 0.2 258);

  --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;
  --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.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: clamp(2rem, 3vw + 0.5rem, 3.052rem);
  --text-display: clamp(3.5rem, 6.5vw + 0.5rem, 5.25rem);
  --text-display-sm: clamp(2.75rem, 13vw, 4rem);

  --tracking-tight: 0;
  --tracking-display: 0;
  --tracking-wide: 0.08em;

  --radius-sm: 0.625rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --focus-ring: 2px;
  --focus-offset: 3px;
  --container: 74rem;

  --shadow-soft: 0 1.25rem 3rem oklch(18% 0.018 250 / 0.1);
  --shadow-hairline: 0 0 0 1px oklch(18% 0.018 250 / 0.035);

  --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;
  --dur-reduced: 150ms;
  --z-sticky: 200;
}
