:root {
  --accent: #cc241d;
  --text: #222;
  --text-muted: #555;
  --bg: #fff;
  --bg-subtle: #f5f5f5;
  --border: #e0e0e0;
  --mark: #f9e2af;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #fb4934;
    --text: #e0e0e0;
    --text-muted: #aaa;
    --bg: #1d2021;
    --bg-subtle: #282828;
    --border: #3c3836;
    --mark: #5a4a1a;
  }
}
