/**
 * Self-hosted Persian webfonts (limited weights for performance).
 *
 * Body: Vazirmatn (Regular 400, Medium 500, Bold 700).
 * Headings: Estedad (Medium 500, Bold 700).
 *
 * font-display: swap keeps text visible during load (good LCP/CLS behavior).
 */

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

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

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

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

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