/* Bundled Noto Sans Bengali (variable, Bengali subset). We do NOT trust the
   device font — a cheap ৳8,000 phone may render Bangla conjuncts poorly or not
   at all. Self-hosted + cached by the service worker so it works fully offline. */
@font-face {
  font-family: "Noto Sans Bengali";
  font-style: normal;
  font-weight: 400 700;            /* variable axis */
  font-display: swap;
  src: url("./NotoSansBengali.woff2") format("woff2");
  unicode-range: U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6,
                 U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7,
                 U+200C-200D, U+20B9, U+25CC, U+A8F1;
}
