/***********************
Importing Fonts
***********************/
/* Regular */
/* Regular */
@font-face {
  font-family: "Kitab";
  src: url('../fonts/Kitab-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Kitab";
  src: url('../fonts/Kitab-Regular.ttf') format('truetype');
  font-weight: normal;
}
