/**
 * فونت‌های کار استار — کاملاً Local، بدون CDN
 *
 * فایل‌های woff2 را در radix-theme/assets/fonts/ با همین نام‌ها قرار دهید.
 * اگر فایلی موجود نباشد، فالبک فارسی (تاهوما) بدون هیچ خطایی جایگزین می‌شود.
 * حالت «فونت دلخواه» در «کار استار ← تایپوگرافی» جدا از این فایل، @font-face خودش را تزریق می‌کند.
 */

/* ---------- IRANSansDN — فونت پیش‌فرض سایت (فایل‌ها همراه قالب) ---------- */
@font-face {
	font-family: 'IRANSansDN';
	src: url('../fonts/iransansdnlight.woff2') format('woff2');
	font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansDN';
	src: url('../fonts/iransansdn.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansDN';
	src: url('../fonts/iransansdn.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansDN';
	src: url('../fonts/iransansdnbold.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansDN';
	src: url('../fonts/iransansdnbold.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- IRANSansX ---------- */
@font-face {
	font-family: 'IRANSansX';
	src: local('IRANSansX'), url('../fonts/IRANSansX-Light.woff2') format('woff2');
	font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansX';
	src: local('IRANSansX'), url('../fonts/IRANSansX-Regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansX';
	src: local('IRANSansX Medium'), url('../fonts/IRANSansX-Medium.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansX';
	src: local('IRANSansX DemiBold'), url('../fonts/IRANSansX-DemiBold.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'IRANSansX';
	src: local('IRANSansX Bold'), url('../fonts/IRANSansX-Bold.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Vazirmatn (فالبک محلی دوم) ---------- */
@font-face {
	font-family: 'Vazirmatn';
	src: local('Vazirmatn Light'), url('../fonts/Vazirmatn-Light.woff2') format('woff2');
	font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: local('Vazirmatn'), 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;
}
