/* Dark (default) already covered by :root values in base.css */

/* Light theme overrides */
body.light {
  --bg-0: #ffffff;
  --bg-1: linear-gradient(180deg, #ffffff, #f3f7fb);
  --card-bg: rgba(2, 6, 23, 0.112);
  --text: #0b1220;
  --muted: rgba(2, 6, 23, 0.85);
  --accent-0: #0adf4a;
  --accent-1: #0adf4a;
  --control-bg: #0adf4a;
  --marker-color: rgba(0, 0, 0, 0.95);
  --marker-active-color: #0adf4a;
  --text-box: #0000000f;
}
