/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */
/* Hallmark · macrostructure: Marquee Hero · tone: austere · anchor hue: wine-red
 * theme: custom supplied notice · paper-band: dark · display-style: system-native · accent-hue: warm
 */
:root {
  --color-paper: oklch(31% 0.18 24);
  --color-paper-deep: oklch(22% 0.13 18);
  --color-paper-soft: oklch(37% 0.15 24);
  --color-panel: oklch(95% 0.01 75);
  --color-panel-ink: oklch(21% 0.08 22);
  --color-ink: oklch(97% 0.01 78);
  --color-muted: oklch(84% 0.07 78);
  --color-panel-muted: oklch(43% 0.08 28);
  --color-accent: oklch(77% 0.12 78);
  --color-link-panel: oklch(34% 0.13 24);
  --color-focus: oklch(89% 0.15 88);
  --color-hotspot: oklch(82% 0.14 78 / 0.22);
  --color-hotspot-strong: oklch(92% 0.12 78 / 0.36);
  --color-focus-shadow: oklch(22% 0.13 18 / 0.72);
  --font-display: "Arial Black", "Arial Narrow", Impact, system-ui, sans-serif;
  --font-body: Arial, system-ui, sans-serif;
  --font-outlier: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;
  --text-display: clamp(2.25rem, 5vw + 1rem, 4.75rem);
  --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;
  --rule-thin: 1px;
  --radius-xs: 0.125rem;
  --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;
}
