/* Hallmark · public website tokens · Past Master navy/gold · OKLCH source of truth */
:root {
  --color-paper: oklch(99% 0.0053 106.5);
  --color-surface: oklch(99.4% 0.002 260);
  --color-ink: oklch(27.36% 0.0741 260.15);
  --color-muted: oklch(50.58% 0.0383 256.82);
  --color-brand: oklch(34.5% 0.1242 259.14);
  --color-brand-deep: oklch(28.37% 0.0981 258.76);
  --color-gold: oklch(82.22% 0.1661 77.94);
  --color-accent: var(--color-gold);
  --color-accent-ink: var(--color-brand-deep);
  --color-gold-light: oklch(96.23% 0.0488 90.52);
  --color-tint: oklch(95.94% 0.0108 256.7);
  --color-line: oklch(91.07% 0.0168 259.42);
  --color-light-ink: oklch(91.83% 0.0277 258.37);
  --color-success: oklch(44.78% 0.0783 161.83);
  --color-error: oklch(48.48% 0.1612 27.03);
  --color-focus: oklch(51.15% 0.1611 256.27);
  --color-overlay: oklch(26.38% 0.0846 258.78);
  --color-accent: var(--color-brand);
  --color-accent-ink: var(--color-surface);

  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", Arial, sans-serif;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  --text-xs: 0.625rem;
  --text-sm: 0.8rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-display: clamp(2.9rem, 5.25vw, 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;
  --dur-hero: 650ms;

  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 18px;
  --radius-input: 8px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 55px color-mix(in oklch, var(--color-ink) 10%, transparent);
  --radius: var(--radius-card);
  --shadow: var(--shadow-card);
}
