/**
 * Dana (fanum) — self-hosted font, replaces the "Custom Fonts" plugin.
 * Family name "Dana" matches Astra's body-font-family setting (case-insensitive).
 * Single regular weight with Persian numerals; heavier weights are synthesized.
 */
@font-face {
	font-family: 'Dana';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('dana-fanum-regular.woff2') format('woff2'),
		url('dana-fanum-regular.woff') format('woff'),
		url('dana-fanum-regular.eot?#iefix') format('embedded-opentype');
}
