body.foxified-dark {
  --bg-body: #2e1f16;
  --bg-panel: #3b261b;
  --bg-sidebar: #1e1309;
  --bg-tab: #43291d;
  --bg-tab-active: #4e2f20;
  --bg-button: #ff6600;

  --text-main: #ffcc99;
  --text-subtle: #ffd8b1;
  --text-muted: #cc7a33;
  --text-inverted: #1e1309;

  --border-color: #aa6033;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

  --tab-hover-bg: #5a301f;
  --tab-hover-text: #fff0e6;
  --tab-border: #cc7744;
  --tab-shadow: #e08a57;
  --tab-hover-shadow: #ff8844;
}

