@font-face {
  font-family: "IBM Plex Sans Arabic Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../woff2/bold-4.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../woff2/semi-bold.woff2") format("woff2");
  font-display: swap;
}

/* gilroy-light-300 */
@font-face {
  font-family: "GilroyLight";
  src: url("../woff2/light-2.woff2") format("woff2"), url("../woff/light-2.woff") format("woff");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}
/* gilroy-medium-500 */
@font-face {
  font-family: "GilroySemibold";
  src: url("../woff2/semibold-3.woff2") format("woff2"),
    url("../woff/semibold-3.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
/* gilroy-Extrabold-700 */
@font-face {
  font-family: "GilroyExtrabold";
  src: url("../woff2/extrabold-2.woff2") format("woff2"),
    url("../woff/extrabold-2.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}