/* ==========================================================================
   منو (Menu) — shared/css/fonts.css
   فونت یکان‌بخ ۴، بارگذاری محلی.

   فایل‌های woff2 باید در themes/shared/fonts/ باشند.
   (اجرای copy-fonts.bat در ریشهٔ پروژه این کار را انجام می‌دهد.)

   اگر فایل‌ها نباشند، مرورگر بی‌سروصدا به وزیرمتن برمی‌گردد
   و هیچ‌چیز نمی‌شکند — فقط ظاهر فونت عوض می‌شود.

   نکتهٔ لایسنس: یکان‌بخ فونت تجاری فونت‌ایران است. برای فروش قالب
   روی ژاکت باید لایسنس توزیع (Distribution / Web) داشته باشی، وگرنه
   نسخهٔ فروشی را با وزیرمتن (SIL OFL، آزاد) منتشر کن.
   ========================================================================== */

@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-SemiBold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-ExtraBold.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-ExtraBlack.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
