:root[data-theme="dark"] {
  --bg: #0b0d10;
  --bg-muted: #12161b;
  --text: #e6e6e6;
  --text-muted: #a0a8b3;
  --border: #222a33;
  --primary: #4aa3ff;
  --primary-600: #2f7dd1;
  --primary-700: #2563a6;
  --accent: #ffd166;
  --accent-600: #e6b44d;
  color-scheme: dark;
}
