:root {
  font-family: "Tajawal-Regular", sans-serif;
  /* font-feature-settings: "cv02", "cv03", "cv04", "cv11"; */
  font-variation-settings: normal;
  --font-family:"Tajawal-Regular", sans-serif;
  /* --font-feature-settings: "cv02","cv03","cv04","cv11"; */

}

@font-face {
  font-family: "Tajawal-Regular";
  /* font-display: swap; */
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Tajawal-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Tajawal-ExtraBold";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Tajawal-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Tajawal-Medium";
  /* font-display: swap; */
  font-style: normal;
  src: url("./fonts/Tajawal-Medium.ttf") format("truetype");
}

