/*
 * Mokaab Theme — fonts.css
 * فونت Vazirmatn به صورت لوکال (بدون CDN)
 * فایل‌های woff2 در: assets/fonts/vazirmatn/
 *
 * Weights لود شده:
 *   400 — Regular   (متن عادی)
 *   500 — Medium    (متن نیمه‌ضخیم)
 *   600 — SemiBold  (عناوین کوچک)
 *   700 — Bold      (عناوین)
 *   800 — ExtraBold (عناوین بزرگ)
 *   900 — Black     (هیرو، display)
 *
 * font-display: swap → متن بلافاصله با فونت سیستمی نمایش داده می‌شود
 * تا فونت لود شود (بدون FOIT)
 */

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

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

@font-face {
	font-family: 'Vazirmatn';
	src: url( '../fonts/vazirmatn/Vazirmatn-SemiBold.woff2' ) format( 'woff2' );
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Vazirmatn';
	src: url( '../fonts/vazirmatn/Vazirmatn-Black.woff2' ) format( 'woff2' );
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
