/* English Locale Fonts - Faricy New + minimal Frutiger for language switcher */

/* Faricy New Font Face Declarations - Full weights for English */
@font-face {
  font-family: 'Faricy New';
  src: url('./fonts/faricynew-lt-webfont.woff2') format('woff2'),
       url('./fonts/faricynew-lt-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@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;
}

@font-face {
  font-family: 'Faricy New';
  src: url('./fonts/faricynew-md-webfont.woff2') format('woff2'),
       url('./fonts/faricynew-md-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Faricy New';
  src: url('./fonts/faricynew-bd-webfont.woff2') format('woff2'),
       url('./fonts/faricynew-bd-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Minimal Frutiger LT Arabic - Only for language switcher */
@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;
}