/* ==========================
   Arabic: RB Light (Riyad Bank)
   files found: ArbFONTS-RB-Light.ttf
========================== */
@font-face {
  font-family: 'RB Light';
  src: url('/fonts/ARABIC/ArbFONTS-RB-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'RB Light';
  src: url('/fonts/ARABIC/ArbFONTS-RB-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RB Light';
  src: url('/fonts/ARABIC/ArbFONTS-RB-Light.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==========================
   English: Myriad Variable Concept
   files found: Myriad VF Light Condensed.ttf (+ Italic)
========================== */
@font-face {
  font-family: 'Myriad Variable Concept';
  src: url('/fonts/ENGLISH/Myriad VF Light Condensed.ttf') format('truetype');
  font-weight: 300 700; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Variable Concept';
  src: url('/fonts/ENGLISH/Myriad VF Light Condensed Italic.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

/* ==========================
   Fallbacks (أنظمة)
========================== */
:root {
  --font-en: 'Myriad Variable Concept', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --font-ar: 'RB Light', 'Tahoma', 'Cairo', 'Noto Kufi Arabic', 'Segoe UI', sans-serif;
}
