@font-face {
	font-family: prs-font;
	font-style: normal;
	font-weight: 600;
    font-display: swap;
	src: url('woff2/Dana-DemiBold.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
		url('woff/Dana-DemiBold.woff') format('woff');
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: prs-font;
	font-style: normal;
	font-weight: 300;
    font-display: swap;
	src: url('woff2/Dana-Light.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
		url('woff/Dana-Light.woff') format('woff');
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: prs-font;
	font-style: normal;
	font-weight: bold;
    font-display: swap;
	src: url('woff2/Dana-ExtraBold.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
		url('woff/Dana-ExtraBold.woff') format('woff');
	/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

* {
	-moz-font-feature-settings: "ss02";
	-webkit-font-feature-settings: "ss02";
	font-feature-settings: "ss02";
}