/* Minimal shell paint before the app CSS bundle (avoids white flash on overscroll). */
html {
  background: #060c1a;
}
body {
  margin: 0;
  background: #060c1a;
  color: #fff;
}
