/* Forest theme */
:root {
  --bg:         #090e0a;
  --surface:    #0e1610;
  --card:       #131f15;
  --border:     #1e3322;
  --accent:     #4caf6e;
  --accent2:    #2e7a48;
  --text:       #d0e8d8;
  --muted:      #4a7a58;
  --subtle:     #1a3020;
  --playing-bg: #0f2016;
}
