html,
body {
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "DingoFont";
  src: url("/public/assets/fonts/EngraversGothicRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
