/*Start override Fonts*/
@font-face {
  font-family: 'BioSansBold'; /* Define a name for your font */
  src: url('/assets/fonts/Bio-Sans-Bold.otf') format('opentype'); /* Specify the path to your OTF file */
}
@font-face {
  font-family: 'BioSansRegular'; /* Define a name for your font */
  src: url('/assets/fonts/BioSans-Regular.otf') format('opentype'); /* Specify the path to your OTF file */
}
@font-face {
  font-family: 'BioSansSemiBold'; /* Define a name for your font */
  src: url('/assets/fonts/BioSans-SemiBold.otf') format('opentype'); /* Specify the path to your OTF file */
}



@font-face {
  font-family: 'AlJazeeraArabicBold'; /* Define a name for your font */
  src: url('/assets/fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype'); /* Specify the path to your OTF file */
}
@font-face {
  font-family: 'AlJazeeraArabicLight'; /* Define a name for your font */
  src: url('/assets/fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype'); /* Specify the path to your OTF file */
}
@font-face {
  font-family: 'AlJazeeraArabicRegular'; /* Define a name for your font */
  src: url('/assets/fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype'); /* Specify the path to your OTF file */
}