#root > .site-loader {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  color: #fcfcfa;
  background: #0b0b0d;
  font: 500 14px/1.4 Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#root .site-loader-logo {
  width: 64px;
  height: 64px;
}

noscript {
  display: block;
  padding: 24px;
  color: #fcfcfa;
  background: #0b0b0d;
  font: 16px/1.5 Arial, sans-serif;
}

noscript a {
  color: #f3e5c5;
}
