/* ============================================================
   Wonderfolio UI — Arabic web fonts
   Loaded only on Arabic pages. Kept out of wonderfolio-ui.css so the
   Arabic option in the language switcher does not pull 148 KB of
   woff2 onto every French / English / Spanish page.
   ============================================================ */

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/assets/fonts/NotoSansArabic-Regular.woff2') format('woff2'),
       url('/assets/fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/assets/fonts/NotoSansArabic-Bold.woff2') format('woff2'),
       url('/assets/fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
