/* Forest — natural green tones */
:root[data-theme="forest"] {
  --bg: #0a1c14;
  --bg2: #122a1e;
  --bg3: #1a3a28;
  --border: #2d5a40;
  --text: #d1fae5;
  --text-muted: #6ee7b7;
  --text-subtle: #34d399;
  --green: #059669;
  --green-light: #10b981;
  --yellow: #d97706;
  --yellow-light: #f59e0b;
  --red: #dc2626;
  --red-light: #ef4444;
  --blue: #0ea5e9;
  --blue-light: #38bdf8;
  --purple: #7c3aed;
  --pink: #ec4899;
}
