/***********************
Importing Fonts
***********************/
/* Regular */
@font-face {
  font-family: "Almarai";
  src: url('../fonts/Almarai-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Almarai";
  src: url('../fonts/Almarai-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Almarai";
  src: url('../fonts/Almarai-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Almarai";
  src: url('../fonts/Almarai-ExtraBold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: "shamel";
  src: url('../fonts/shamel-bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "shamel";
  src: url('../fonts/shamel-regular.ttf') format('truetype');
  font-weight: normal;
}
