/* Local, Latin-only font delivery for the Portuguese experience. */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Saira Condensed";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("assets/fonts/saira-condensed-600-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Saira Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/saira-condensed-700-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Saira Condensed";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("assets/fonts/saira-condensed-800-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Saira Condensed";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/fonts/saira-condensed-900-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Space Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/space-mono-400-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Space Mono";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/space-mono-700-latin.woff2") format("woff2");
}
