/* Arabic uses the Persian face — 2026-09-01.

   app.css selects the body font with html[lang^="fa"], so the Arabic pages fell
   through to the Latin stack and then to whatever Arabic face the reader's
   system happened to supply — Segoe UI on one machine, Tahoma on the next.
   Vazirmatn covers the Arabic script as completely as it covers Persian, and
   its woff2 files are already downloaded on every page, so this costs no extra
   request. Same specificity as the rule it joins, and it loads afterwards, so
   it wins on order. */
html[lang^="ar"] body { font-family: 'Vazirmatn', system-ui, sans-serif; }

/* The one place Arabic must not inherit Persian behaviour: the app renders
   Arabic figures in Latin digits, and so does this site. Nothing to switch —
   noted so the next person does not "fix" it. */
