/*
  Local fonts (static/).
  EN: Myriad Variable Concept
  AR: GE SS Text (Arabic UI) — files from ArbFonts bundle
*/
:root {
  --font-py-sans: 'Myriad Variable Concept', ui-sans-serif, system-ui, sans-serif;
  --font-py-ar: 'PyxonArabic', 'Cairo', ui-sans-serif, system-ui, sans-serif;
}

/* ---------- English: Myriad Variable (variable TTF) ---------- */
@font-face {
  font-family: 'Myriad Variable Concept';
  src: url('/Myriad%20Variable%20Concept/Myriad%20Variable%20Concept.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 25% 100%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Variable Concept';
  src: url('/Myriad%20Variable%20Concept/Myriad%20Variable%20Concept.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

/* ---------- Arabic: GE SS Text ---------- */
@font-face {
  font-family: 'PyxonArabic';
  src: url('/ArbFonts.com-(78)/ArbFONTS-GE_SS_TEXT_LIGHT.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PyxonArabic';
  src: url('/ArbFonts.com-(78)/ArbFONTS-GE-SS-Text-Medium_26.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PyxonArabic';
  src: url('/ArbFonts.com-(78)/ArbFONTS-GE-SS-Text-Bold_26.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
