@font-face {
    font-family: "JetBrainsMonoNL";
    src: url("assets/fonts/JetBrainsMonoNL-ExtraBold.ttf") format("truetype");
}

body {
    font-family: "JetBrainsMonoNL", monospace;
    margin: 0px;
    background-color: #262633;
    color: #f2f2fa;
    width: 100vw;
    height: 100vw;
    overflow:hidden;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    z-index: -100;
    opacity: 0.5;
}

canvas {
    width: 100vw !important;
    height: 100vh !important;
}