/* Self-hosted Vazirmatn (variable font, weights 100-900) — replaces the
   Google Fonts <link> that every page used to load. Keeps Persian text
   rendering correctly offline inside the Capacitor WebView. */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../assets/fonts/vazirmatn-variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
