/* ============================================================
   DUBAI FONT — the official Government of Dubai typeface
   (Monotype / Nadine Chahine). Free to use & embed; bilingual
   Arabic + Latin. Hosted locally for the offline preview.
   Mapped from the package's per-weight families into ONE family
   "Dubai" with real weight values (300/400/500/700).
   ============================================================ */
@font-face{
  font-family:'Dubai';
  src:url('/assets/fonts/Dubai-Light.woff2') format('woff2'),
      url('/assets/fonts/Dubai-Light.woff') format('woff');
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Dubai';
  src:url('/assets/fonts/Dubai-Regular.woff2') format('woff2'),
      url('/assets/fonts/Dubai-Regular.woff') format('woff');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Dubai';
  src:url('/assets/fonts/Dubai-Medium.woff2') format('woff2'),
      url('/assets/fonts/Dubai-Medium.woff') format('woff');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Dubai';
  src:url('/assets/fonts/Dubai-Bold.woff2') format('woff2'),
      url('/assets/fonts/Dubai-Bold.woff') format('woff');
  font-weight:700; font-style:normal; font-display:swap;
}
