/* Site-specific theme overrides */
html {
  color-scheme: light;
}

[data-theme="dark"] {
  color-scheme: dark;
}
