
	/************************************************************************************
	The fonts have been licenced from Rosetta Type Foundry: https://rosettatype.com/
	Use and distribution is limited by the fonts EULA: https://rosettatype.com/license
	Please, keep this notice included next to all @font-face rules which use the fonts.
	*************************************************************************************/
	
/* regular */
@font-face {
	font-family: "Skolar Sans PE Web";
	src: url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-Me.woff') format('woff'), url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-Me.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
/* italic */
@font-face {
	font-family: "Skolar Sans PE Web";
	src: url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-MeIt.woff') format('woff'), url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-MeIt.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

/* bold */
@font-face {
	font-family: "Skolar Sans PE Web";
	src: url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-Bd.woff') format('woff'), url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-Bd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
/* bold italic */
@font-face {
	font-family: "Skolar Sans PE Web";
	src: url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-BdIt.woff') format('woff'), url('/site/fonts/SkolarSansPEWeb/SkolarSansPEWeb-BdIt.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}