@font-face {
	font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;	
	 src: url("fonts/Graphik-Black.otf") format("opentype"),
	 url("Graphik-BlackItalic.otf") format("opentype"),
	 url("Graphik-Bold.otf") format("opentype"), 
	 url("Graphik-BoldItalic.otf") format("opentype"),
	 url("Graphik-Extralight.otf") format("opentype"),
	 url("Graphik-ExtralightItalic.otf") format("opentype"),
	 url("Graphik-Light.otf") format("opentype"),
	 url("Graphik-LightItalic.otf") format("opentype"),	
	 url("Graphik-Medium.otf") format("opentype"),
	 url("Graphik-MediumItalic.otf") format("opentype"),
	 url("Graphik-Regular.otf") format("opentype"),
	 url("Graphik-RegularItalic.otf") format("opentype"),	
	 url("Graphik-Semibold.otf") format("opentype"),
	 url("Graphik-SemiboldItalic.otf") format("opentype"),
	 url("Graphik-Super.otf") format("opentype"),
	 url("Graphik-SuperItalic.otf") format("opentype"),	
	 url("Graphik-Thin.otf") format("opentype"),
	 url("Graphik-ThinItalic.otf") format("opentype");	
}