html {
  background-color: oklch(1 0 0);
}

html.dark {
  background-color: oklch(0.145 0 0);
}
