@font-face {
  font-family: PatrickHand;
  src: url("fonts/PatrickHand-LatinExt.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: PatrickHand;
  src: url("fonts/PatrickHand-Regular.woff2") format("woff2");
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #a5d8f3;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
