/* thx clanker */

/* IBM Plex Serif */
@font-face {
    font-family: "IBM Plex Serif";
    src: url("/styles/fonts/IBMPlexSerif-Regular.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexSerif-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("/styles/fonts/IBMPlexSerif-Italic.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexSerif-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("/styles/fonts/IBMPlexSerif-Bold.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexSerif-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("/styles/fonts/IBMPlexSerif-BoldItalic.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexSerif-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* IBM Plex Mono */
@font-face {
    font-family: "IBM Plex Mono";
    src: url("/styles/fonts/IBMPlexMono-Regular.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/styles/fonts/IBMPlexMono-Italic.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexMono-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/styles/fonts/IBMPlexMono-Bold.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexMono-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/styles/fonts/IBMPlexMono-BoldItalic.woff2") format("woff2"),
         url("/styles/fonts/IBMPlexMono-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* Courier Prime */
@font-face {
    font-family: "Courier Prime";
    src: url("/styles/fonts/CourierPrime-Regular.woff2") format("woff2"),
         url("/styles/fonts/CourierPrime-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Courier Prime";
    src: url("/styles/fonts/CourierPrime-Bold.woff2") format("woff2"),
         url("/styles/fonts/CourierPrime-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Courier Prime";
    src: url("/styles/fonts/CourierPrime-Italic.woff2") format("woff2"),
         url("/styles/fonts/CourierPrime-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Courier Prime";
    src: url("/styles/fonts/CourierPrime-BoldItalic.woff2") format("woff2"),
         url("/styles/fonts/CourierPrime-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* ToshibaSat bitmap font */
@font-face {
    font-family: "ToshibaSat";
    src: url("/styles/fonts/Px437_ToshibaSat_8x14.woff2") format("woff2"),
         url("/styles/fonts/Px437_ToshibaSat_8x14.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
