/* Hallmark · tokens · genre: modern-minimal · theme: Coral (paper: light · display: geometric-sans · accent: warm) */
:root {
  --color-paper:        oklch(97.6% 0.006 80);
  --color-paper-2:      oklch(94.8% 0.008 80);
  --color-paper-3:      oklch(91.5% 0.010 80);
  --color-ink:          oklch(21% 0.012 60);
  --color-ink-2:        oklch(34% 0.012 60);
  --color-muted:        oklch(47% 0.012 60);
  --color-rule:         oklch(87% 0.010 80);
  --color-rule-strong:  oklch(24% 0.012 60);
  --color-accent:       oklch(70% 0.165 52);
  --color-accent-hover: oklch(65% 0.170 48);
  --color-accent-ink:   oklch(20% 0.030 50);
  --color-accent-soft:  oklch(94% 0.040 70);
  --color-focus:        oklch(52% 0.170 42);
  --color-dark:         oklch(21% 0.012 60);
  --color-on-dark:      oklch(96% 0.006 80);
  --color-on-dark-muted: oklch(74% 0.010 80);

  --font-display: "Geist", system-ui, sans-serif;
  --font-body:    "Geist", system-ui, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, monospace;

  --text-xs:   0.8125rem;
  --text-sm:   0.9375rem;
  --text-base: 1.0625rem;
  --text-lg:   1.25rem;
  --text-xl:   1.5rem;
  --text-2xl:  clamp(1.75rem, 2.2vw + 1rem, 2.5rem);
  --text-display: clamp(2.5rem, 5vw + 0.5rem, 4.75rem);

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

  --radius-sm: 8px;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --rule-thick: 2px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in: cubic-bezier(0.64, 0, 0.78, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
}
