@font-face {
    font-family: "Bowler";
    src:
        url("../fonts/bowler.woff2") format("woff2"),
        url("../fonts/bowler.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Consolas";
    src:
        url("../fonts/consolas.woff2") format("woff2"),
        url("../fonts/consolas.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jura";
    src:
        url("../fonts/jura-light.woff2") format("woff2"),
        url("../fonts/jura-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jura";
    src:
        url("../fonts/jura-regular.woff2") format("woff2"),
        url("../fonts/jura-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jura";
    src:
        url("../fonts/jura-semibold.woff2") format("woff2"),
        url("../fonts/jura-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jura";
    src:
        url("../fonts/jura-bold.woff2") format("woff2"),
        url("../fonts/jura-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PICO-8";
    src:
        url("../fonts/pico-8.woff2") format("woff2"),
        url("../fonts/pico-8.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
