/* Self-hosted Dana FaNum keeps Persian text and numerals visually consistent. */
@font-face {
	font-family: "Dana";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url("../fonts/woff2/DanaFaNum-Regular.woff2") format("woff2"),
		url("../fonts/woff/DanaFaNum-Regular.woff") format("woff");
}

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