// ENGLISH FONT
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Light.ttf") format("truetype");

  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Medium.ttf") format("truetype");

  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-SemiBold.ttf") format("truetype");

  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/SuisseIntl-Bold.ttf") format("truetype");

  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

//ARABIC FONT
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Light.ttf") format("truetype");

  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Medium.ttf") format("truetype");

  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Bold.ttf") format("truetype");

  font-weight: 700;
  font-style: normal;
}
