/* Urdu typeface — Jameel Noori Nastaleeq
   Loaded only when URDU_FONT is 'jameel' in includes/config.php.

   The woff2 is 5.2 MB because Nastaliq fonts are built almost entirely from
   ligatures (this one has about 19,600 glyphs), so it cannot be meaningfully
   subset. It is cached for one year after a visitor's first page view.

   Upload EITHER file to assets/fonts/ — the browser uses the first one it can
   load, so keeping both is also fine:
     JameelNooriNastaleeq.woff2   5.2 MB   recommended
     JameelNooriNastaleeq.ttf    10.7 MB   fallback, twice the download

   To switch to the much lighter Noto Nastaliq Urdu instead, set
   URDU_FONT to 'noto' in includes/config.php. Nothing else changes. */

@font-face{
  font-family:'Jameel Noori Nastaleeq';
  src:url('../fonts/JameelNooriNastaleeq.woff2') format('woff2'),
      url('../fonts/JameelNooriNastaleeq.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF,U+200C-200F;
}
