/*
 * Noto Sans Arabic — self-hosted from Google Fonts (v33).
 *
 * Google ships this family as a single variable file per subset, so one woff2
 * covers 400–700. Only the `arabic` subset is vendored: the latin ranges are
 * already served by Poppins, and the `unicode-range` below means a browser only
 * fetches this file when Arabic codepoints actually appear on the page.
 */
@font-face {
    font-family: "Noto Sans Arabic";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/fonts/noto-sans-arabic-variable.woff2") format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF;
}
