/* Critical first-paint styles, served separately to comply with Hosting CSP. */
@layer boot {
  html,
  body {
    margin: 0;
    background: #060f15;
    color: #eeeeee;
  }
}
