/*
 * فونت‌های فارسی آرینا مد
 * Vazirmatn (بدنه) + IRANSansX (عنوان‌ها)
 *
 * فایل‌های فونت را در assets/fonts/ قرار دهید. در صورت نبود فایل لوکال،
 * از CDN جایگزین (Vazirmatn) استفاده می‌شود.
 */

/* Vazirmatn — بدنه */
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Vazirmatn'),
	     url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Vazirmatn Medium'),
	     url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Vazirmatn Bold'),
	     url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
}

/* IRANSansX — عنوان‌ها */
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/IRANSansX-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/IRANSansX-Bold.woff2') format('woff2');
}

/* در صورت نبود IRANSansX، Vazirmatn جایگزین می‌شود (از طریق fallback در main.css) */
