/** 
	ATT Omnes web fonts
	NOTE:
	@font-face must be placed first, before any other css is loaded.
	Include only fonts to be used on page to prevent unnecessary load times.
*/

/* -- Regular -- */
@font-face {
	font-family: 'Omnes';
	src: url('fonts/omnes_regular.eot');
	src: url('fonts/omnes_regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_regular.woff') format('woff'),
		 url('fonts/omnes_regular.ttf') format('truetype'),
		  url('fonts/omnes_regular#omnes_regular') format('svg');
	font-weight: normal;
}
/* -- Light -- */
@font-face {
	font-family: 'OmnesL';
	src: url('fonts/omnes_light.eot');
	src: url('fonts/omnes_light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_light.woff') format('woff'),
		 url('fonts/omnes_light.ttf') format('truetype'),
	  url('fonts/omnes_light#omnes_light') format('svg');

	  font-weight: normal;
}
/* -- Medium -- */
@font-face {
	font-family: 'OmnesM';
	src: url('fonts/omnes_medium.eot');
	src: url('fonts/omnes_medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_medium.woff') format('woff'),
		 url('fonts/omnes_medium.ttf') format('truetype'),
		  url('fonts/omnes_medium#omnes_medium') format('svg');

	font-weight: normal; 
/* 	font-style: normal; */
}
/* -- Regular Italic -- */
@font-face {
	font-family: 'Omnes Italic';
	src: url('fonts/omnes_italic.eot');
	src: url('fonts/omnes_italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_italic.woff') format('woff'),
		 url('fonts/omnes_italic.ttf') format('truetype'),
	  url('fonts/omnes_italic#omnes_italic') format('svg');
	font-weight: normal;
/* 	font-style: italic; */
}
/* -- Light Italic -- */
@font-face {
	font-family: 'OmnesL Italic';
	src: url('fonts/omnes_light_italic.eot');
	src: url('fonts/omnes_light_italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_light_italic.woff') format('woff'),
		 url('fonts/omnes_light_italic.ttf') format('truetype'),
		  url('fonts/omnes_light_italic#omnes_light_italic') format('svg');

 	font-weight: normal;
/* 	font-style: italic; */
}
/* -- Medium Italic -- */
@font-face {
	font-family: 'OmnesM Italic';
	src: url('fonts/omnes_medium_italic.eot');
	src: url('fonts/omnes_medium_italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/omnes_medium_italic.woff') format('woff'),
		 url('fonts/omnes_medium_italic.ttf') format('truetype'),
	  url('fonts/omnes_medium_italic#omnes_medium_italic') format('svg');
 	font-weight: normal; 
/* 	font-style: italic; */
}
