/*
 * IRANYekan Web Font (نسخه‌ی Fanum - با گلیف اعداد فارسی)
 * تعریف @font-face برای فرانت‌اند سایت
 * پنج وزن: Light(300) Regular(400) Medium(500) Bold(700) ExtraBold(800)
 * فرمت: WOFF2 (تبدیل‌شده از WOFF اصلی برای بهینه‌سازی سرعت)
 *
 * توجه: این نسخه چون خودش گلیف رقم فارسی دارد، دیگر نیازی به تابع
 * تبدیل متنی اعداد (inc/localization.php) نیست؛ آن فایل حذف شد.
 */

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWebFnLight.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWebFnRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWebFnMedium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWebFnBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanWeb';
	src: url('../fonts/IRANYekanWebFnExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* اعمال فونت روی کل سایت (فرانت‌اند) */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, button, input, textarea, select {
	font-family: 'IRANYekanWeb', Tahoma, Arial, sans-serif;
}
