
/* TEST FONTS */

@font-face {
	font-family: 'pp_moriregular';
	src: url('../Webfonts/ppmori-regular-webfont.woff2') format('woff2'),
		 url('../Webfonts/ppmori-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'pp_morisemibold';
	src: url('../Webfonts/ppmori-semibold-webfont.woff2') format('woff2'),
		 url('../Webfonts/ppmori-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*

ORIGINAL EINBLENDEN WENN ONLINE

@font-face {
	font-family: 'pp_moriregular';
	src: url('../Webfonts/PPMori-Book.woff2') format('woff2'),
		 url('../Webfonts/PPMori-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'pp_morisemibold';
	src: url('../Webfonts/PPMori-SemiBold.woff2') format('woff2'),
		 url('../Webfonts/PPMori-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

*/