@font-face {
    font-family: "IBM Plex Mono";
    src: url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Estedad is intentionally limited to Persian/Arabic glyphs. Latin copy keeps
 * the existing TPM type system even when Estedad is first in the font stack. */
@font-face {
    font-family: "Estedad";
    src: url("../fonts/estedad/Estedad-VF.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
