/* English Font - Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/english/Montserrat-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/english/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/english/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
 */
/* Arabic Font - TheSansArabic */
@font-face {
  font-family: 'TheSansArabic';
  src: url('/fonts/arabic/TheSansArabic-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* 
@font-face {
  font-family: 'TheSansArabic';
  src: url('/fonts/arabic/TheSansArabic-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */