@charset "UTF-8";
/* ==========================================================================
   کودک پارسی — تعریف فونت وزیرمتن (self-hosted)
   --------------------------------------------------------------------------
   این فایل فقط زمانی به صفحه لینک می‌شود که فایل‌های woff2 واقعاً
   در public/assets/fonts موجود باشند (شرط is_file در app/views/layouts/base.php).
   بنابراین اگر فونت‌ها هنوز دانلود نشده‌اند، هیچ درخواست ۴۰۴ ساخته نمی‌شود و
   سایت با فونت جایگزین (Tahoma / IRANSans) کاملاً سالم نمایش داده می‌شود.

   برای دانلود فونت‌ها روی سرور یا سیستم محلی:  bash tools/fetch-fonts.sh
   ========================================================================== */

@font-face {
  font-family: 'Vazirmatn';
  src: local('Vazirmatn'), local('Vazirmatn Regular'),
       url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: local('Vazirmatn Medium'),
       url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: local('Vazirmatn Bold'),
       url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: local('Vazirmatn ExtraBold'),
       url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
