/* Fonts */
@font-face {
	/* TeX-Gyre Adventor Regular */
	font-family: 'texgyreadventorregular';
	src: url('texgyreadventor-regular-webfont.eot');
	src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('texgyreadventor-regular-webfont.woff') format('woff'),
			 url('texgyreadventor-regular-webfont.ttf') format('truetype'),
			 url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	/* TeX-Gyre Adventor Bold */
	font-family: 'texgyreadventorbold';
	src: url('texgyreadventor-bold-webfont.eot');
	src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('texgyreadventor-bold-webfont.woff') format('woff'),
			 url('texgyreadventor-bold-webfont.ttf') format('truetype'),
			 url('texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight: normal;
	font-style: normal;		
}


@font-face {
	/* TeX-Gyre Adventor Italic */
	font-family: 'texgyreadventoritalic';
	src: url('texgyreadventor-italic-webfont.eot');
	src: url('texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('texgyreadventor-italic-webfont.woff') format('woff'),
			 url('texgyreadventor-italic-webfont.ttf') format('truetype'),
			 url('texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	/* TeX-Gyre Adventor Bold Italic */
	font-family: 'texgyreadventorbold_italic';
	src: url('texgyreadventor-bolditalic-webfont.eot');
	src: url('texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('texgyreadventor-bolditalic-webfont.woff') format('woff'),
			 url('texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
			 url('texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

em {
	font-family: 'texgyreadventoritalic';
}