/* Urdu product names. Loaded after the page's load event (see Layout.astro) so
   this 100 KB font never competes with the first paint or the main image. */
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/noto-nastaliq-urdu-400-subset.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200F;
}
