/* =====================================================
   NZ FONTS — Vazirmatn
   فقط local() — اگه فونت روی سیستم کاربر نصب نباشه،
   مرورگر از Google Fonts <link> در head HTML استفاده می‌کنه
   (که با CSP فعلی مجازه و قبلا کار می‌کرد).
   ===================================================== */

@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 300; font-display: swap; src: local('Vazirmatn Light'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 400; font-display: swap; src: local('Vazirmatn'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 500; font-display: swap; src: local('Vazirmatn Medium'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 600; font-display: swap; src: local('Vazirmatn SemiBold'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 700; font-display: swap; src: local('Vazirmatn Bold'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 800; font-display: swap; src: local('Vazirmatn ExtraBold'); }
@font-face { font-family: 'Vazirmatn'; font-style: normal; font-weight: 900; font-display: swap; src: local('Vazirmatn Black'); }
