/* ============================================================
   WELLNESS ADVANCE — FONT DEFINITIONS
   ============================================================
   To switch fonts later:
   1. Replace @font-face src files below
   2. Update the font-family names if different
   3. Update --font-en and --font-ar in shared.css
   That's it — the rest of the site inherits automatically.
   ============================================================ */


/* ------------------------------------------------------------
   ENGLISH FONT: Montserrat
   ------------------------------------------------------------ */

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ------------------------------------------------------------
   ARABIC FONT: Frutiger LT Arabic
   ------------------------------------------------------------ */

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('/fonts/Frutiger%20LT%20Arabic%2045%20Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('/fonts/Frutiger%20LT%20Arabic%2055%20Roman-b119.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('/fonts/Frutiger%20LT%20Arabic%2065%20Bold-6c2e.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Arabic';
  src: url('/fonts/Frutiger%20LT%20Arabic%2075%20Black-3981.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
