/* Sahel font served locally from /fonts, no external/CDN request */

@font-face {
    font-family: "Sahel";
    src: url("../fonts/Sahel.eot");
    src: url("../fonts/Sahel.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Sahel.woff") format("woff"),
         url("../fonts/Sahel.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sahel";
    src: url("../fonts/Sahel-Bold.eot");
    src: url("../fonts/Sahel-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Sahel-Bold.woff") format("woff"),
         url("../fonts/Sahel-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sahel";
    src: url("../fonts/Sahel-Black.eot");
    src: url("../fonts/Sahel-Black.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Sahel-Black.woff") format("woff"),
         url("../fonts/Sahel-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
