@font-face {
  font-family: 'CoHeadline-Regular';
  font-display: swap;
  src:
    local('CoHeadline-Regular'),
    url('/fonts/CoHeadline/CoHeadline-Regular.woff2') format('woff2'),
    url('/fonts/CoHeadline/CoHeadline-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FrutigerLT';
  font-display: swap;
  src:
    local('FrutigerLT'),
    url('/fonts/FrutigerLT/FrutigerLTArabic-65Bold.woff2') format('woff2'),
    url('/fonts/FrutigerLT/FrutigerLTArabic-65Bold.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

.theme-en, .theme-ar {
  font-family: Inter, sans-serif
}

.theme-en h1, .theme-en h2, .theme-en h3, .theme-en h4 {
  font-family: CoHeadline-Regular, sans-serif;
}

.theme-ar h1, .theme-ar h2, .theme-ar h3, .theme-ar h4 {
  font-family: FrutigerLT, sans-serif;
}