/*
 * 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
 */
@charset "UTF-8";
@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/ge-inspira-pitch/geinspirapitchbold-webfont.eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/ge-inspira-pitch/geinspirapitchitalic-webfont.eot');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GEInspiraPitch';
	src: url('fonts/ge-inspira-pitch/geinspirapitch-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GEInspira';
	src: url('fonts/ge-inspira/geinsprg-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GEInspira';
	src: url('fonts/ge-inspira/GEInspBd.eot');
	font-weight: bold;
	font-style: normal;
}

