/* فونت فارسی Dana - نسخه بهینه شده */

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: 300;
	font-display: swap; /* بهبود performance */
	src: url('woff2/Dana-Light.woff2') format('woff2');
}

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('ttf/Dana-FaNum-Regular.ttf') format('truetype');
}

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('woff2/Dana-Medium.woff2') format('woff2');
}

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('woff2/Dana-DemiBold.woff2') format('woff2');
}

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('ttf/Dana-FaNum-Bold.ttf') format('truetype');
}

@font-face {
	font-family: prk-font;
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('woff2/Dana-ExtraBold.woff2') format('woff2');
}

*{
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
