@import url("https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,300;0,400;1,400&display=swap");
:root {
  --bg: rgb(27, 27, 27);
  --text: #fff;
  --font-mono: monospace;
  --font-serif: "Neuton", serif;
  --z-top: 30;
  --z-clickable: 40;
}

iframe {
  border: 0;
}

body {
  background-color: var(--bg);
  font-family: var(--font-mono);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: crosshair;
  font-size: 0.85rem;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: var(--z-main);
  pointer-events: none;
  mix-blend-mode: lighten;
}

/*# sourceMappingURL=s.css.map */
