:root {
  --bg: #FAFAFA;
  --text: #330026;
  --text-light: #4B4B58;
  --accent: #7b2f94;
  --table-border: #ccc;
  --footnote-border: #c4b0cf;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0e0d0e;
    --text: #c4d4d7;
    --text-light: #a0a0ac;
    --accent: #BD90CB;
    --table-border: #5c5c5c;
    --footnote-border: #5e4c67;
  }
}
