/* Hallmark · pre-emit critique: P5 H4 E4 S5 R4 V5 */
/* Hallmark · genre: atmospheric · macrostructure: Photographic · theme: Midnight-Scarlet · enrichment: real Steam images · nav: N9 · footer: Ft2 · tone: atmospheric · anchor hue: scarlet */
:root {
  --color-paper: oklch(13% 0.014 22);
  --color-paper-2: oklch(18% 0.018 22);
  --color-paper-3: oklch(24% 0.02 22);
  --color-ink: oklch(94% 0.008 72);
  --color-muted: oklch(73% 0.018 62);
  --color-soft: oklch(58% 0.015 42);
  --color-rule: oklch(33% 0.018 25);
  --color-accent: oklch(68% 0.18 32);
  --color-focus: oklch(76% 0.16 40);
  --font-display: "Bodoni Moda", "Noto Sans SC", ui-serif, serif;
  --font-body: "Geist", "Noto Sans SC", ui-sans-serif, system-ui, sans-serif;
  --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;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.8rem, 6vw + 0.6rem, 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-sm: 4px;
  --radius-md: 8px;
  --rule-thin: 1px solid var(--color-rule);
}
