@font-face {
    font-family: "Space-Mono";
    font-weight: 700;
    font-style: normal;
    src: url("./fonts/SpaceMono-Bold.woff") format("woff"),
        url("./fonts/SpaceMono-Bold.woff2") format("woff2");
}

/* ============================================ */

@font-face {
    font-family: "Courier New";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/CourierNewPSMT.woff") format("woff"),
        url("./fonts/CourierNewPSMT.woff2") format("woff2");
}

@font-face {
    font-family: "Courier New";
    font-weight: 700;
    font-style: normal;
    src: url("./fonts/CourierNewPS-BoldMT.woff") format("woff"),
        url("./fonts/CourierNewPS-BoldMT.woff2") format("woff2");
}

/* ============================================ */

@font-face {
    font-family: "Kommuna";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/Kommuna-Wide.woff") format("woff"),
        url("./fonts/Kommuna-Wide.woff2") format("woff2");
}

@font-face {
    font-family: "Kommuna";
    font-weight: 700;
    font-style: normal;
    src: url("./fonts/Kommuna-WideBold.woff") format("woff"),
        url("./fonts/Kommuna-WideBold.woff2") format("woff2");
}

@font-face {
    font-family: "Kommuna";
    font-weight: 900;
    font-style: normal;
    src: url("./fonts/Kommuna-WideBlack.woff") format("woff"),
        url("./fonts/Kommuna-WideBlack.woff2") format("woff2");
}