/* The page's background for the first frame, before the app's stylesheet has
   loaded. Mirrors `--background` for each theme in src/styles.css, whose own
   `html { background }` rule takes over the moment it arrives. */
html {
  background: oklch(1 0 0);
}
html.dark {
  background: oklch(0.129 0.042 264.695);
}
