/* Vazir — local webfonts (assets/fonts) */
@font-face {
	font-family: "Vazir";
	src: url("../fonts/Vazir-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazir";
	src: url("../fonts/Vazir-Medium.woff2") format("woff2");
	font-weight: 500 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazir";
	src: url("../fonts/Vazir-Bold.woff2") format("woff2");
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}

/* Vazirmatn — alias for plugins/widgets that expect this family name */
@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/Vazir-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/Vazir-Medium.woff2") format("woff2");
	font-weight: 500 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/Vazir-Bold.woff2") format("woff2");
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}
