/* Self-hosted Persian font: works even when Google Fonts or local fonts are unavailable. */
@font-face{
  font-family:'Vazir';
  src:url('fonts/Vazirmatn-Variable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Vazirmatn';
  src:url('fonts/Vazirmatn-Variable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
:root{--app-font:Vazir,Vazirmatn,Tahoma,Arial,sans-serif;}
html{font-synthesis:none;}
