/* Arabic Locale Fonts - Full Frutiger + minimal Faricy for language switcher */

/* Frutiger LT Arabic Font Face Declarations - Full weights for Arabic */
@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('./fonts/FrutigerLTArabic-45Light.woff2') format('woff2'),
       url('./fonts/FrutigerLTArabic-45Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('./fonts/FrutigerLTArabic-55Roman.woff2') format('woff2'),
       url('./fonts/FrutigerLTArabic-55Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('./fonts/FrutigerLTArabic-65Bold.woff2') format('woff2'),
       url('./fonts/FrutigerLTArabic-65Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('./fonts/FrutigerLTArabic-75Black.woff2') format('woff2'),
       url('./fonts/FrutigerLTArabic-75Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Minimal Faricy New - Only for language switcher */
@font-face {
  font-family: 'Faricy New';
  src: url('./fonts/faricynew-rg-webfont.woff2') format('woff2'),
       url('./fonts/faricynew-rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}