@font-face {
  font-family: 'Gogono';
  src: url('../font/gogono-cocoa-mochi-cyrillic.otf') format('opentype'); /* Adjust path accordingly */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  touch-action: none;
}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
}
