/* Sahel font (rastikerdar/sahel-font v3.4.0) — self-hosted, no CDN dependency
   https://github.com/rastikerdar/sahel-font  (SIL OFL 1.1) */

@font-face {
  font-family: "Sahel";
  src: url("/assets/fonts/Sahel-Light.woff2") format("woff2"),
       url("/assets/fonts/Sahel-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("/assets/fonts/Sahel.woff2") format("woff2"),
       url("/assets/fonts/Sahel.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("/assets/fonts/Sahel-SemiBold.woff2") format("woff2"),
       url("/assets/fonts/Sahel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("/assets/fonts/Sahel-Bold.woff2") format("woff2"),
       url("/assets/fonts/Sahel-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("/assets/fonts/Sahel-Black.woff2") format("woff2"),
       url("/assets/fonts/Sahel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
