/***********************
Importing Fonts
***********************/
@font-face {
  font-family: "Droid-Arabic";
  src: url("../fonts/Droid-Arabic-Naskh-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Droid-Arabic";
  src: url("../fonts/Droid-Arabic-Naskh-bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/AmiriQuran-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Dubai";
  src: url("../fonts/Dubai-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Dubai";
  src: url("../fonts/ArbFONTS-Dubai-Bold.ttf") format("truetype");
  font-weight: bold;
}
