:root {
  color-scheme: dark;
  background: #000007;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 54%, rgba(22, 76, 128, 0.18), transparent 30%),
    radial-gradient(circle at 50% 50%, #050719 0%, #01020a 58%, #000000 100%);
}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  touch-action: none;
}
