@font-face {
  font-family: "Press Start 2P";
  src: url("../assets/fonts/press-start-2p-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+2122;
  font-display: swap;
}
@font-face {
  font-family: "Press Start 2P";
  src: url("../assets/fonts/press-start-2p-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1;
  font-display: swap;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  font-family: "Press Start 2P", monospace;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.screen {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.screen.active {
  display: flex;
}

button {
  font-family: inherit;
  cursor: pointer;
}
