/* ربط الخط العادي */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
}

/* ربط الخط العريض */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
}

/* ربط الخط العريض جداً */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Tajawal-Black.ttf') format('truetype');
}