/* Noto Sans Arabic — subsetted to the Arabic script blocks (Arabic, Arabic Supplement,
   Arabic Extended-A, Arabic Presentation Forms A/B) plus the digits/punctuation the source
   font itself provides. Latin letters are intentionally absent — this font is designed to
   pair with a Latin font (Inter, earlier in the --font stack) for mixed-script content. */
@font-face {
  font-family: 'Noto Sans Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/noto-sans-arabic/noto-sans-arabic-regular.woff2) format('woff2');
  unicode-range: U+0020-0021, U+002C-002E, U+0030-003A, U+00A0, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FBC2, U+FBD3-FD8F, U+FD92-FDC7, U+FDCF, U+FDF0-FDFF, U+FE70-FE74, U+FE76-FEFC, U+FEFF;
}
@font-face {
  font-family: 'Noto Sans Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/noto-sans-arabic/noto-sans-arabic-bold.woff2) format('woff2');
  unicode-range: U+0020-0021, U+002C-002E, U+0030-003A, U+00A0, U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FBC2, U+FBD3-FD8F, U+FD92-FDC7, U+FDCF, U+FDF0-FDFF, U+FE70-FE74, U+FE76-FEFC, U+FEFF;
}
