:root {
  color-scheme: dark;
  background: #10150f;
  font-family: system-ui, sans-serif;
}

html,
body,
#game-shell {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#loading {
  position: absolute;
  z-index: 2;
  inset: 1rem auto auto 1rem;
  color: #e7f2d6;
}

#loading.error {
  color: #ff9c8b;
}

canvas {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
}
