/* Hallmark · genre: modern-minimal · macrostructure: Workbench · theme: Coral · enrichment: tier-A CSS workbench · nav: N9 · footer: Ft5 */
:root {
  --color-paper: oklch(98% 0.008 45);
  --color-paper-2: oklch(95.5% 0.014 45);
  --color-paper-3: oklch(92.5% 0.02 45);
  --color-ink: oklch(22% 0.02 35);
  --color-ink-2: oklch(32% 0.02 35);
  --color-muted: oklch(50% 0.02 35);
  --color-rule: oklch(86% 0.02 45);
  --color-accent: oklch(65% 0.19 35);
  --color-accent-2: oklch(54% 0.2 32);
  --color-accent-hover: oklch(70% 0.18 35);
  --color-accent-ink: oklch(22% 0.02 35);
  --color-focus: oklch(54% 0.19 245);
  --color-success: oklch(52% 0.13 150);
  --color-warning: oklch(62% 0.14 75);
  --color-error: oklch(55% 0.21 28);
  --color-overlay: oklch(22% 0.02 35 / 0.62);
  --color-shadow: oklch(22% 0.02 35 / 0.14);
  --font-display: "Avenir Next Condensed", "Avenir Next", "Arial Narrow", sans-serif;
  --font-body: "Avenir Next", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", 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: 5rem; --space-4xl: 7rem;
  --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1rem; --text-lg: 1.25rem; --text-xl: 1.75rem; --text-2xl: 2.25rem;
  --text-display-s: clamp(2.75rem, 8vw, 5.6rem); --text-display: clamp(3rem, 9vw, 6.6rem);
  --radius-sm: 0.625rem; --radius-md: 1rem; --radius-lg: 1.5rem; --radius-pill: 999px; --rule-hair: 1px;
  --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-fast: 120ms; --dur-base: 220ms; --dur-slow: 420ms;
}
