
/* Somar Font Setup */
@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-regular-italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-extrabold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Somar";
  src: url("../assets/fonts/somar-ar/arfonts-somar-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}


/* ============================= */
/* ExpoArabic Font Setup (English/LTR) */
/* ============================= */

@font-face {
  font-family: "ExpoArabic";
  src: url("../assets/fonts/EXPOARABIC/EXPOARABIC-LIGHT.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ExpoArabic";
  src: url("../assets/fonts/EXPOARABIC/EXPOARABIC-BOOK.TTF") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "ExpoArabic";
  src: url("../assets/fonts/EXPOARABIC/EXPOARABIC-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ExpoArabic";
  src: url("../assets/fonts/EXPOARABIC/EXPOARABIC-SEMIBOLD.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
}
