body {
  cursor: none;
}

* {
    margin: 0;
    padding: 0;
    user-select: none;
}

@font-face {
  font-family: font1;
  src: url(../fonts/Motoko.ttf);
}

@font-face {
  font-family: font2;
  src: url(../fonts/toxigenesis.otf);
}