:root {
  /* Default theme (Forest) */
  --bg-primary: #1a2e1a;
  --bg-secondary: #2d4a2d;
  --accent: #4CAF50;
  --accent-hover: #66BB6A;
  --text-primary: #e8f5e9;
  --text-secondary: #a5d6a7;
  --text-dim: #66886a;
  --ground-color: #3e2723;
  --sky-color: #1b5e20;
  --particle-color: #81c784;
  --ui-border: #2e7d32;
  --ui-bg: rgba(27, 94, 32, 0.9);
  --ui-bg-solid: #1b4a1e;

  /* Universal UI colors */
  --hp-color: #e53935;
  --hp-bg: #4a1a1a;
  --mana-color: #42a5f5;
  --mana-bg: #1a2a4a;
  --coin-color: #ffd54f;
  --danger: #e53935;
  --danger-hover: #ef5350;
  --success: #4CAF50;
  --warning: #ff9800;

  /* Sizing */
  --game-width: min(800px, 100vw);
  --game-height: min(600px, 100vh);
  --tile-size: 32px;
  --hud-height: 60px;

  /* Fonts */
  --font-display: 'Georgia', serif;
  --font-body: 'Courier New', Courier, monospace;
}
