/* ===================================
   فونت‌های سایت ماکت ماشین — Self-Host
   فونت Estedad (Variable) برای تیترها
   فونت Vazirmatn برای متن
   =================================== */

/* Estedad — فایل لوکال (همه وزن‌ها ۱۰۰ تا ۹۰۰) */
@font-face {
  font-family: 'Estedad';
  src: url('/assets/Estedad.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn — فایل لوکال (Self-Host، variable ۱۰۰ تا ۹۰۰) */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/Vazirmatn.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
