/*
 * Dana (medium) — primary Persian font, loaded locally.
 */
@font-face {
	font-family: "Dana";
	src: url("dana-medium.eot");
	src: url("dana-medium.eot?#iefix") format("embedded-opentype"),
		url("dana-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/*
 * Vazirmatn variable font — fallback covering Persian, Arabic and Latin glyphs.
 * https://github.com/rastikerdar/vazirmatn (OFL license)
 */
@font-face {
	font-family: "Vazirmatn";
	src: url("Vazirmatn-Variable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
