/* Loaded in the head, including the empty SPA fallback before route CSS. */
html[data-theme="light"] {
  color-scheme: light;
  background: #f5f1e9;
}
html[data-theme="dark"] {
  color-scheme: dark;
  background: #101a28;
}
