/* First paint: matches :root in src/index.css before the JS bundle loads */
html {
  color-scheme: dark;
}
html,
body,
#root {
  margin: 0;
  min-height: 100%;
  background-color: #0f0f12;
  color: #f4f4f5;
}
