@font-face {
	font-family: Lato;
	src: local('Lato');
	src: url('LatoLatin-Light.eot');
	src: url('LatoLatin-Light.eot?#iefix') format('embedded-opentype'),
		 url('LatoLatin-Light.woff2') format('woff2'),
		 url('LatoLatin-Light.woff') format('woff'),
		 url('LatoLatin-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: Lato;
	src: local('Lato');
	src: url('LatoLatin-LightItalic.eot');
	src: url('LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'),
		 url('LatoLatin-LightItalic.woff2') format('woff2'),
		 url('LatoLatin-LightItalic.woff') format('woff'),
		 url('LatoLatin-LightItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}