/* Hallmark · macrostructure: Narrative Workflow · tone: frosted academy dossier · anchor hue: vermilion
 * Numbered process stages · N8 terminal command · Ft4 dense colophon
 * Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5
 */
:root {
  --font-body: "Noto Sans SC", system-ui, sans-serif;
  --font-display: "Bricolage Grotesque", "Noto Sans SC", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", monospace;
  --color-ink: #0a0f15;
  --color-ink-soft: #111a24;
  --color-panel: #151f2a;
  --color-panel-light: #1d2b37;
  --color-paper: #e8e3d8;
  --color-muted: #9ba9b4;
  --color-faint: #62707b;
  --color-line: #32404b;
  --color-accent: #c95851;
  --color-accent-bright: #f18a73;
  --color-ice: #b9d4da;
  --color-focus: #f4c2a4;
  --max-width: 1240px;
  --narrow-width: 860px;
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
  --space-9: 8rem;
  --ease-standard: cubic-bezier(.2,.75,.25,1);
}
