html {
  background-color: #ffffff;
  color-scheme: light;
}

html.dark {
  background-color: #09090b;
  color-scheme: dark;
}
