/* فقط WOFF2 مدرن */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn/static/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn/static/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* گزینهٔ variable (یک فایل برای همهٔ وزن‌ها) */
@font-face {
  font-family: 'VazirmatnVar';
  src: url('/fonts/Vazirmatn/Vazirmatn[wght].woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}