@font-face {
  font-family: 'Tajawal';
  src: url("./Tajawal-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal-Regular';
  src: url("./Tajawal-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal-Medium';
  src: url("./Tajawal-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

 
@font-face {
  font-family: 'Tajawal-Bold';
  src: url("./Tajawal-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}