[data-theme="light"] {
  --bg: #f3efe6;
  --bg-elev: #fffcf7;
  --bg-soft: #ebe4d6;
  --text: #2a2420;
  --text-strong: #1c1916;
  --text-muted: #6f675d;
  --border: #ddd4c6;
  --primary: var(--charcoal);
  --accent: var(--rust);
  --header-bg: #fffcf7;
  --sidebar-bg: #2a2420;
  --card-bg: #fffcf7;
  --input-bg: #fffcf7;
  --table-stripe: rgba(42, 36, 32, 0.03);
}

[data-theme="dark"] {
  --bg: #161310;
  --bg-elev: #211c18;
  --bg-soft: #2b251f;
  --text: #efe7dc;
  --text-strong: #fff8ef;
  --text-muted: #b3a89b;
  --border: #3c342c;
  --primary: #efe7dc;
  --accent: #e8a35c;
  --header-bg: #1b1713;
  --sidebar-bg: #110e0c;
  --card-bg: #211c18;
  --input-bg: #1b1713;
  --table-stripe: rgba(255, 248, 239, 0.03);
}
