@font-face {
    font-family: "Pixelify Local";
    src: url("../fonts/PixelifySans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

body {
    margin: 0;
    overflow: hidden;
    background: #000;
    overscroll-behavior: none;
    touch-action: none;
}

canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    cursor: crosshair;
}
