/* First-paint: avoids bright white flash between full page navigations while main CSS loads */
html {
  background-color: #04102a;
}
body {
  background-color: #ffffff;
}
