:root {
  color-scheme: light;
  --theme-bg: #ffffff;
  --theme-fg: #000000;
  --theme-surface: #ffffff;
  --theme-muted: rgba(0, 0, 0, 0.68);
  --theme-border: #000000;
  --theme-border-soft: rgba(0, 0, 0, 0.22);
  --theme-code-bg: #f5f5f5;
  --theme-quote-bg: #fafafa;
  --theme-selection-bg: #000000;
  --theme-selection-fg: #ffffff;
}
