/*
:root {
  --background-color: white;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: black;
  }
}
*/

