/* Self-hosted fonts served statically from /public (not processed by webpack) */

/* ---- Aeonik (sans) ---- */
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- Basier Circle Mono ---- */
@font-face {
    font-family: "Basier Mono";
    src: url("/fonts/basiercirclemono-regular-webfont.woff2") format("woff2"),
        url("/fonts/basiercirclemono-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Basier Mono";
    src: url("/fonts/basiercirclemono-medium-webfont.woff2") format("woff2"),
        url("/fonts/basiercirclemono-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Basier Mono";
    src: url("/fonts/basiercirclemono-semibold-webfont.woff2") format("woff2"),
        url("/fonts/basiercirclemono-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
