@font-face {
	font-family: "Pfennig";
	src: local("Pfennig"), url("fonts/Pfennig.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold"), local("PfennigBold"), url("fonts/PfennigBold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Italic"), local("PfennigItalic"), url("fonts/PfennigItalic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold Italic"), local("PfennigBoldItalic"), url("fonts/PfennigBoldItalic.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
}

