/* Arabic font faces loaded early to reduce FOUT */
@font-face {
  font-family: "arabic";
  src: url("./fonts/YeloArabic/29LTBukra-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arabic";
  src: url("./fonts/YeloArabic/29LTBukra-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arabic";
  src: url("./fonts/YeloArabic/29LTBukra-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arabic";
  src: url("./fonts/YeloArabic/29LTBukra-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arabic";
  src: url("./fonts/YeloArabic/29LTBukra-ExtraBold.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
