/* Font faces as served on the live site (deduplicated). Files self-hosted in /public/fonts. */

@font-face {
    font-display: block;
    font-family: "Synt Variable";
    src: url("/fonts/CargoSyntVariableVF.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 400 900;
}

@font-face {
    font-display: block;
    font-family: "Synt Variable";
    src: url("/fonts/CargoSyntItalicVariableVF.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 400 900;
}

@font-face {
    font-display: block;
    font-family: "Diatype Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Diatype Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable-Italic.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Diatype Semi-Mono Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 700;
}

@font-face {
    font-display: block;
    font-family: "Diatype Semi-Mono Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable-Italic.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 700;
}

@font-face {
    font-display: block;
    font-family: "Diatype Mono Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 700;
}

@font-face {
    font-display: block;
    font-family: "Diatype Mono Variable";
    src: url("/fonts/Cargo-DiatypePlusVariable-Italic.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 700;
}

/* Case cover meta/body copy (Stav's portfolio_3 design pairs ABC Diatype titles with
   Inter text). Self-hosted Google Fonts latin subset, OFL. */
@font-face {
    font-display: block;
    font-family: "Inter";
    src: url("/fonts/Inter-Regular-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
