/* 
  فونت‌های محلی برای استفاده آفلاین
  
  فایل‌های فونت موجود در پوشه public/fonts:
  - Vazir.woff2 / Vazir.woff (Regular - weight 400)
  - Vazir-Bold.woff2 / Vazir-Bold.woff (Bold - weight 700)
  - Vazir-Medium.woff2 / Vazir-Medium.woff (Medium - weight 500)
  - Vazir-Light.woff2 / Vazir-Light.woff (Light - weight 300)
  - Vazir-Thin.woff2 / Vazir-Thin.woff (Thin - weight 100)
*/

/* 
  Vazirmatn Font Faces - با نام فایل‌های موجود
*/

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/Vazir-Thin.woff2') format('woff2'),
       url('/fonts/Vazir-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Vazir-Light.woff2') format('woff2'),
       url('/fonts/Vazir-Light.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Vazir-Light.woff2') format('woff2'),
       url('/fonts/Vazir-Light.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Vazir.woff2') format('woff2'),
       url('/fonts/Vazir.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Vazir-Medium.woff2') format('woff2'),
       url('/fonts/Vazir-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Vazir-Bold.woff2') format('woff2'),
       url('/fonts/Vazir-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Vazir-Bold.woff2') format('woff2'),
       url('/fonts/Vazir-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Vazir-Bold.woff2') format('woff2'),
       url('/fonts/Vazir-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/Vazir-Bold.woff2') format('woff2'),
       url('/fonts/Vazir-Bold.woff') format('woff');
}

/* Font Stack نهایی */
.font-vazir {
  font-family: 'Vazirmatn', 'IRANSans', system-ui, sans-serif;
}

.font-dana {
  font-family: 'Vazirmatn', 'IRANSans', system-ui, sans-serif;
}

.font-display {
  font-family: 'Vazirmatn', system-ui, sans-serif;
}
