html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;

  /*	background: #240f24; */
  background: #ffffff;
  color: white;
}

html,
body,
canvas {
  touch-action: none;
  touch-action-delay: none;
}

@font-face {
  font-family: "Anton-Regular";
  src: url("fonts/anton-regular.woff2") format("woff2");
}
