@font-face {
    font-family: "tabler icons";
    src: url(../res/fonts/tabler-icons.woff);
}

@font-face {
    font-family: "inter";
    src: url(../res/fonts/InterVariable.woff2);
}

body {
    background: black;
    user-select: none;
    -moz-user-select: none;
    touch-action: none;
}

#main-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}