/*
 * Arabic web font — self-hosted, loaded only for RTL/Arabic locales (§90.2, §66.3).
 * Noto Kufi Arabic (SIL Open Font License 1.1). Shipped as a subset variable woff2
 * from the plugin's own origin — never Google Fonts / gstatic (§90.2). The binary
 * is vendored under assets/fonts/ by the build; see assets/fonts/README.md.
 */
@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 100 900;                 /* variable font */
  font-display: swap;
  src: url("../fonts/noto-kufi-arabic.woff2") format("woff2");
  /* Arabic + common punctuation subrange keeps the payload small. */
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0621-064A, U+0660-0669;
}
