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

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


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

@font-face {
  font-family: 'arabic-font';
  src: url("./Arabic-font.ttf");
  font-style: normal;
  font-display: swap;
}

.arabic-font {
  font-family: 'arabic-font'
}