/* First paint: match main theme (style.css :root) so navigation does not flash white. */
html {
  color-scheme: dark;
}
html,
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: #0f1114;
  color: #e8eaed;
}
