/* Arabic UI face. Cairo woff2 subset: 3 weights = 41KB total.
   Was Cairo as 4 unsubsetted TTFs = 901KB, which alone cost ~18s of
   transfer on slow 3G and failed rubric row 4 (LCP 21.98s). font-display:swap does
   not rescue that — swap stops text BLOCKING, it does not stop 901KB saturating the pipe.
   Swap back to Plex woff2 (42.8KB subset) when the client is an institution — the Saudi
   MoH and Ministry of Hajj both serve it, so matching it is free credibility. */
@font-face{font-family:'Cairo';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/cairo-400.woff2) format('woff2');}
@font-face{font-family:'Cairo';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/cairo-600.woff2) format('woff2');}
@font-face{font-family:'Cairo';font-style:normal;font-weight:700;font-display:swap;src:url(fonts/cairo-700.woff2) format('woff2');}
