/* Hallmark · pre-emit critique: P4 H4 E4 S4 R4 V4
 * Hallmark · genre: technical-editorial · macrostructure: Catalogue · theme: Terminal-Archive · enrichment: real Steam CDN artwork · nav: N13 · footer: Ft4
 */
:root {
  --color-paper: oklch(13% 0.018 245);
  --color-paper-2: oklch(17% 0.02 245);
  --color-paper-3: oklch(22% 0.026 245);
  --color-ink: oklch(94% 0.012 215);
  --color-muted: oklch(73% 0.035 220);
  --color-dim: oklch(55% 0.03 230);
  --color-rule: oklch(34% 0.035 240);
  --color-rule-2: oklch(48% 0.06 235);
  --color-accent: oklch(74% 0.17 205);
  --color-accent-2: oklch(72% 0.18 330);
  --color-focus: oklch(80% 0.18 205);
  --font-display: "Big Shoulders Display", "Noto Sans SC", sans-serif;
  --font-body: "Noto Sans SC", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --space-3xs: .125rem;
  --space-2xs: .25rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: clamp(3.2rem, 8vw, 6.8rem);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --radius-sm: 4px;
  --radius-md: 8px;
  --rule: 1px solid var(--color-rule);
}
