/*
 * Be sure to specify font-weight or font-style as appropriate. Note: there is
 * no "bold italic" in GEInspiraPitch, only "normal" in GEInspira.
 * For information on the @font-face syntax, see:
 * http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley
 */
@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/geinspirapitchbold-webfont.eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/geinspirapitchitalic-webfont.eot');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/geinspirapitch-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GEInspira';
	src: url('fonts/geinsprg-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

