

/* LIGHT */


@font-face {
	font-family: 'latolight';
	src: 	url('lato-light.eot');													/* IE9 compatibility modes */
	src: 	url('lato-light.eot?#iefix') format('embedded-opentype'),					/* IE6 - IE8 */
			url('lato-light.woff') format('woff'),									/* modern browsers */
			url('lato-light.ttf') format('truetype'),									/* safari, android, ios */
			url('lato-light.svg#LatoLight') format('svg');							/* legacy ios */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: 	url('lato-lightitalic.eot');
	src: 	url('lato-lightitalic.eot?#iefix') format('embedded-opentype'),
			url('lato-lightitalic.woff') format('woff'),
			url('lato-lightitalic.ttf') format('truetype'),
			url('lato-lightitalic.svg#LatoLightItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}


/* REGULAR AND BOLD */


@font-face {
	font-family: 'lato';
	src: 	url('lato-regular.eot');													/* IE9 compatibility modes */
	src: 	url('lato-regular.eot?#iefix') format('embedded-opentype'),					/* IE6 - IE8 */
			url('lato-regular.woff') format('woff'),									/* modern browsers */
			url('lato-regular.ttf') format('truetype'),									/* safari, android, ios */
			url('lato-regular.svg#LatoRegular') format('svg');							/* legacy ios */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: 	url('lato-italic.eot');
	src: 	url('lato-italic.eot?#iefix') format('embedded-opentype'),
			url('lato-italic.woff') format('woff'),
			url('lato-italic.ttf') format('truetype'),
			url('lato-italic.svg#LatoItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'lato';	
	src: 	url('lato-bold.eot');
	src: 	url('lato-bold.eot?#iefix') format('embedded-opentype'),
			url('lato-bold.woff') format('woff'),
			url('lato-bold.ttf') format('truetype'),
			url('lato-bold.svg#LatoBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: 	url('lato-bolditalic.eot');
	src: 	url('lato-bolditalic.eot?#iefix') format('embedded-opentype'),
			url('lato-bolditalic.woff') format('woff'),
			url('lato-bolditalic.ttf') format('truetype'),
			url('lato-bolditalic.svg#LatoBoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
