@font-face {
    font-family: "TerminusTTF";
    src: url(/assets/typography/TerminusTTF-4.49.3.eot);
    src: url("/assets/typography/TerminusTTF-Bold-4.49.3.woff2") format("woff2"),
        url("/assets/typography/TerminusTTF-Bold-4.49.3.woff") format("woff"),
        url("/assets/typography/TerminusTTF-Bold-4.49.3.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "TerminusTTF";
    src: url(/assets/typography/TerminusTTF-4.49.3.eot);
    src: url("/assets/typography/TerminusTTF-4.49.3.woff2") format("woff2"),
        url("/assets/typography/TerminusTTF-4.49.3.woff") format("woff"),
        url("/assets/typography/TerminusTTF-4.49.3.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "TerminusTTF";
    src: url(/assets/typography/TerminusTTF-Italic-4.49.3.eot);
    src: url("/assets/typography/TerminusTTF-Italic-4.49.3.woff2") format("woff2"),
        url("/assets/typography/TerminusTTF-Italic-4.49.3.woff") format("woff"),
        url("/assets/typography/TerminusTTF-Italic-4.49.3.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "TerminusTTF";
    src: url(/assets/typography/TerminusTTF-BoldItalic-4.49.3.eot);
    src: url("/assets/typography/TerminusTTF-BoldItalic-4.49.3.woff2") format("woff2"),
        url("/assets/typography/TerminusTTF-BoldItalic-4.49.3.woff") format("woff"),
        url("/assets/typography/TerminusTTF-BoldItalic-4.49.3.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: "Comic Neue";
    src: url(/assets/typography/ComicNeue-Regular.eot);
    src: url("/assets/typography/ComicNeue-Regular.woff2") format("woff2"),
        url("/assets/typography/ComicNeue-Regular.woff") format("woff"),
        url("/assets/typography/ComicNeue-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Comic Neue";
    src: url(/assets/typography/ComicNeue-Bold.eot);
    src: url("/assets/typography/ComicNeue-Bold.woff2") format("woff2"),
        url("/assets/typography/ComicNeue-Bold.woff") format("woff"),
        url("/assets/typography/ComicNeue-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Comic Neue";
    src: url(/assets/typography/ComicNeue-Italic.eot);
    src: url("/assets/typography/ComicNeue-Italic.woff2") format("woff2"),
        url("/assets/typography/ComicNeue-Italic.woff") format("woff"),
        url("/assets/typography/ComicNeue-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Comic Neue";
    src: url(/assets/typography/ComicNeue-BoldItalic.eot);
    src: url("/assets/typography/ComicNeue-BoldItalic.woff2") format("woff2"),
        url("/assets/typography/ComicNeue-BoldItalic.woff") format("woff"),
        url("/assets/typography/ComicNeue-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}