/*
 * Vazirmatn v33.0.3 — لوکال (CLAUDE.md §11: از Google Fonts استفاده نمی‌کنیم).
 *
 * دو بلاک @supports عمداً «متقابلاً انحصاری» هستند. اگر بلاک استاتیک بدون `not`
 * نوشته شود، مرورگر مدرن هم فونت متغیر و هم استاتیک‌ها را دانلود می‌کند
 * (۲۶۴KB به‌جای ۱۱۱KB) — چون برای وزن دقیق ۴۰۰ هر دو face مطابقت دارند.
 *
 * مرورگر مدرن: فقط Vazirmatn-Variable.woff2 (۱۱۱KB، همه وزن‌های ۱۰۰ تا ۹۰۰)
 * مرورگر قدیمی: فقط وزن‌های استاتیکی که واقعاً در صفحه استفاده شده‌اند
 * font-display: swap تا متن فارسی بلافاصله با فونت جایگزین دیده شود.
 */

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn-Variable.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
}

@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: Vazirmatn;
    src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
}
