/**
 * Persian font @font-face declarations.
 *
 * Place the matching WOFF2/WOFF files inside assets/fonts/ then this file is
 * automatically registered by the plugin. Vazirmatn is loaded from Google
 * Fonts as a safe default; other families fall back to it gracefully.
 */

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/Vazirmatn.woff2") format("woff2");
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "IRANSans";
	src: url("../fonts/IRANSans.woff2") format("woff2");
	font-weight: 300 800;
	font-display: swap;
}

@font-face {
	font-family: "Dana";
	src: url("../fonts/Dana.woff2") format("woff2");
	font-weight: 300 800;
	font-display: swap;
}

@font-face {
	font-family: "YekanBakh";
	src: url("../fonts/YekanBakh.woff2") format("woff2");
	font-weight: 300 800;
	font-display: swap;
}

@font-face {
	font-family: "Shabnam";
	src: url("../fonts/Shabnam.woff2") format("woff2");
	font-weight: 300 700;
	font-display: swap;
}

@font-face {
	font-family: "Estedad";
	src: url("../fonts/Estedad.woff2") format("woff2");
	font-weight: 100 900;
	font-display: swap;
}
