/* HEADLINE */
@font-face {
    font-family: "termina";
    src: url("/fonts/termina-regular-400.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "termina";
    src: url("/fonts/termina-bold-700.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

/* BODY */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-BoldItalic.woff2") format("woff2");
}
/* MONO */

@font-face {
    font-display: optional;
    font-family: "IBM Plex Mono";
    src: url("/fonts/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
    unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-display: optional;
    font-family: "IBM Plex Mono";
    src: url("/fonts/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
    unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
    font-style: italic;
    font-weight: normal;
}
