/* fonts.css — Brand typography — @font-face declarations for Expo Arabic */
/* =========================================================
   BRAND TYPOGRAPHY — Expo Arabic (embedded)
   Weights available from supplied files: Light, Medium, Bold.
   Mapped to 400 (regular/body), 500 (medium/nav+buttons), 700 (bold/emphasis).
   Headings use 600 (semibold) which the browser synthesizes from the
   nearest available face (Medium/Bold) since no dedicated SemiBold file
   was supplied — swap in a true SemiBold .otf later if you get one.
   ========================================================= */
@font-face{
  font-family:'ExpoArabic';
  src:url('../assets/fonts/ExpoArabic-Regular.otf') format('opentype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'ExpoArabic';
  src:url('../assets/fonts/ExpoArabic-Medium.otf') format('opentype');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'ExpoArabic';
  src:url('../assets/fonts/ExpoArabic-Bold.otf') format('opentype');
  font-weight:700; font-style:normal; font-display:swap;
}
