/* Forge at Night — Chris May brand tokens.
   This is the ONE theme file: a client deployment swaps this file for their
   brand and nothing else changes. */
:root {
  --base: #14110D;
  --paper: #1F1A15;
  --sand: #100D09;
  --ink: #F4F0EA;
  --ink-soft: #A89E92;
  --ember: #F2541D;
  --ember-deep: #CA4310;
  --hairline: #2E2820;
  --stage: #1C1711;
  --stage-surface: #241D15;
  --destructive: #E5604F;
  --success: #5BB98B;
  --warning: #E5A54A;

  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-longform: 'Lora', Georgia, serif;
}
