/* فونت وزیر — میزبانی محلی (مستقل از CDN). فقط woff2 برای مرورگرهای مدرن. */
@font-face {
  font-family: Vazir;
  src: url('Vazir-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Medium.woff2') format('woff2');
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-display: swap;
}
