/*font-family*/
@font-face {
  font-family: Vijaya;
  src        : url(../fonts/vijaya.ttf);
}

.vijaya {
  font-family: Vijaya !important;
  direction  : ltr;
}

@font-face {
  font-family: Al-Kanz;
  src        : url(../fonts/Al-Kanz.ttf);
}

.Al-Kanz {
  font-family: Al-Kanz !important;
  direction  : rtl;
}

@font-face {
  font-family: Kanz-al-Marjaan;
  src        : url(../fonts/Kanz-al-Marjaan.ttf);
}

.kanz-al-marjaan {
  font-family: Kanz-al-Marjaan !important;
  direction  : rtl;
}

@font-face {
  font-family: GARA;
  src        : url(../fonts/GARA.ttf);
}

.garamond {
  font-family: GARA !important;
}

@font-face {
  font-family: Adobe Garamond Semibold Small C;
  src        : url(../fonts/ADOBE_GARAMOND_SEMIBOLD_SMALL_C_REGULAR.OTF);
}

.garamond_semibold {
  font-family: Adobe Garamond Semibold Small C !important;
}

@font-face {
  font-family: Arabic Typesetting;
  src        : url(../fonts/arabtype.ttf);
}

.arabic_type {
  font-family: Arabic Typesetting !important;
}

@font-face {
  font-family: Aptos;
  src        : url(../fonts/aptos.ttf);
}

.aptos {
  font-family: Aptos !important;
}

@font-face {
  font-family: Aptos-Light;
  src        : url(../fonts/aptos-light.ttf);
}

.aptos-light {
  font-family: Aptos-Light !important;
}

@font-face {
  font-family : "Font Awesome 6 Pro";
  font-style  : normal;
  font-weight : 300;
  font-display: block;
  src         : url(../fonts/fa-light-300.woff2) format("woff2"),
    url(../fonts/fa-light-300.ttf) format("truetype");
}

@font-face {
  font-family: "Times New Roman";
  src        : url(../fonts/TIMES.TTF);
}

.times_new_roman {
  font-family: "Times New Roman" !important;
}