/* Script-specific webfonts (he/hi/bn). Loaded only for those locales. */
@font-face {
    font-family: "Noto Sans Hebrew";
    font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/NotoSansHebrew-400.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans Hebrew";
    font-style: normal; font-weight: 700; font-display: swap;
    src: url("../fonts/NotoSansHebrew-700.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans Devanagari";
    font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/NotoSansDevanagari-400.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans Devanagari";
    font-style: normal; font-weight: 700; font-display: swap;
    src: url("../fonts/NotoSansDevanagari-700.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans Bengali";
    font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/NotoSansBengali-400.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans Bengali";
    font-style: normal; font-weight: 700; font-display: swap;
    src: url("../fonts/NotoSansBengali-700.woff2") format("woff2");
}

:lang(he) { --font-sans: "Noto Sans Hebrew", "Arial Hebrew", David, sans-serif; --font-display: "Noto Sans Hebrew", "Arial Hebrew", David, sans-serif; }
:lang(hi) { --font-sans: "Noto Sans Devanagari", "Nirmala UI", sans-serif; --font-display: "Noto Sans Devanagari", "Nirmala UI", sans-serif; }
:lang(bn) { --font-sans: "Noto Sans Bengali", "Nirmala UI", sans-serif; --font-display: "Noto Sans Bengali", "Nirmala UI", sans-serif; }
