/* Hallmark · tokens: Plume · paper-band: light · display-style: geometric-sans · accent-hue: warm-coral */
:root {
  --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: "Geist Mono", ui-monospace, monospace;

  --color-paper: oklch(97% 0.014 72);
  --color-paper-2: oklch(94% 0.021 72);
  --color-paper-3: oklch(89% 0.028 72);
  --color-ink: oklch(18% 0.018 262);
  --color-ink-2: oklch(28% 0.024 262);
  --color-neutral: oklch(45% 0.026 262);
  --color-muted: oklch(55% 0.022 262);
  --color-rule: oklch(77% 0.024 72);
  --color-rule-strong: oklch(24% 0.018 262);
  --color-accent: oklch(66% 0.155 32);
  --color-accent-ink: oklch(16% 0.014 32);
  --color-accent-soft: oklch(91% 0.052 32);
  --color-lilac: oklch(88% 0.045 304);
  --color-mint: oklch(89% 0.047 158);
  --color-sky: oklch(88% 0.045 226);
  --color-focus: oklch(52% 0.18 268);
  --color-danger: oklch(54% 0.18 28);
  --color-success: oklch(51% 0.13 152);
  --color-surface-shadow: oklch(24% 0.018 262 / 0.08);
  --color-video-shadow: oklch(24% 0.018 262 / 0.16);

  --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.64rem;
  --text-sm: 0.8rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-3xl: 3.0518rem;
  --text-4xl: 3.8147rem;
  --text-display-s: clamp(2.75rem, 8vw, 4.75rem);
  --text-display: clamp(3.1rem, 8.8vw, 5.5rem);

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

  --radius-xs: 0.375rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-pill: 999rem;
  --rule-thin: 1px;
  --rule-heavy: 2px;

  --page-gutter: clamp(1rem, 4vw, 3rem);
  --page-max: 76rem;
  --z-sticky: 200;
}
