@font-face {
    font-family: "VT323";
    font-style: normal;
    font-weight: 400;
    src: local(""),
    url("VT323/VT323-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Handjet";
    font-style: normal;
    font-weight: 400;
    src: local(""),
    url("Handjet/static/Handjet-Regular.ttf") format("truetype");
    font-display: swap;
}

.vt323 {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
}

.handjet {
    font-family: "Handjet", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "ELGR" 1, "ELSH" 2;
}
