:root {
  /* Backgrounds */
  --color-bg-deep:    #0a0a0f;
  --color-bg-surface: #12111a;
  --color-bg-raised:  #1c1a27;

  /* Lunar - primary text palette */
  --color-lunar:     #c8cfe0;
  --color-lunar-dim: #7a8099;

  /* Rust accents (distinct from Obelisk amber) */
  --color-rust:  #c86a3c;
  --color-ember: #8c3a1a;
  --color-glow:  #d4804e;

  /* Noir */
  --color-shadow: #050508;
  --color-rain:   #2a3040;

  /* Rage scale (low -> high danger) */
  --color-rage-low:  #c86a3c;
  --color-rage-mid:  #a04520;
  --color-rage-high: #8c1a1a;

  /* Typography */
  --font-display: 'Fake News', Georgia, serif;
  --font-body:    'Alegreya', Georgia, serif;
  --font-accent:  'Beth Ellen', Georgia, serif;

  /* Spacing */
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  2rem;
  --space-xl:  4rem;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --border-rain: 1px solid var(--color-rain);

  /* Glassmorphic card */
  --card-bg: linear-gradient(131deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.40) 35%, rgba(0,0,0,0.40) 70%, rgba(0,0,0,0.20) 100%);
  --card-border: 1px solid rgba(140, 58, 26, 0.25);
  --card-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  --card-blur: blur(5px);
}
