/* Hallmark · theme: Night Signal · macrostructure: Working Demo · critique: P5 H5 E5 S5 R4 V5 */
:root {
  --color-ink: oklch(95% 0.02 270);
  --color-ink-muted: oklch(75% 0.03 270);
  --color-paper: oklch(17% 0.025 285);
  --color-paper-raised: oklch(22% 0.03 285);
  --color-paper-soft: oklch(27% 0.035 285);
  --color-accent: oklch(76% 0.16 35);
  --color-accent-strong: oklch(68% 0.19 35);
  --color-line: oklch(39% 0.03 285);
  --color-focus: oklch(87% 0.15 95);
  --color-success: oklch(78% 0.16 150);
  --font-display: "Arial Black", "Yu Gothic", sans-serif;
  --font-body: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-mono: "Cascadia Mono", "Consolas", monospace;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 7rem;
  --radius-sm: 0.35rem;
  --radius-md: 0.8rem;
  --radius-lg: 1.25rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --dur-fast: 140ms;
  --dur-mid: 240ms;
}

