/* =====================================================
   DESIGN TOKENS & VARIÁVEIS DO TEMA RPG DARK FANTASY
   ===================================================== */
:root {
  --void: #0b0a10;
  --stone: #12111a;
  --panel: #17151f;
  --panel-2: #1d1a27;
  --gold: #e5c158;
  --amber: #ff9f43;
  --arcane: #a855f7;
  --heal: #10b981;
  --danger: #ef4444;
  --parchment: #f1ede4;
  --silver: #cbd5e1;
  --line: rgba(229, 193, 88, 0.28);
  --font-title: 'Cinzel', serif;
  --font-display: 'Cinzel Decorative', serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'Fira Code', monospace;
}
