:root {
  color-scheme: dark;
  --theme-bg: #000000;
  --theme-fg: #ffffff;
  --theme-surface: #000000;
  --theme-muted: rgba(255, 255, 255, 0.72);
  --theme-border: #ffffff;
  --theme-border-soft: rgba(255, 255, 255, 0.35);
  --theme-code-bg: #101010;
  --theme-quote-bg: #080808;
  --theme-selection-bg: #ffffff;
  --theme-selection-fg: #000000;
}
