@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Regular'), 
		local('Lato-Regular'), 
		url('/css/webfonts/lato/latoregular.woff2') format('woff2'), 
		url('/css/webfonts/lato/latoregular.woff') format('woff'), 
		url('/css/webfonts/lato/latoregular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Italic'), 
		local('Lato-Italic'), 
		url('/css/webfonts/lato/latoitalic.woff2') format('woff2'), 
		url('/css/webfonts/lato/latoitalic.woff') format('woff'), 
		url('/css/webfonts/lato/latoitalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Bold'), 
		local('Lato-Bold'), 
		url('/css/webfonts/lato/latobold.woff2') format('woff2'), 
		url('/css/webfonts/lato/latobold.woff') format('woff'), 
		url('/css/webfonts/lato/latobold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Bold Italic'), 
		local('Lato-BoldItalic'), 
		url('/css/webfonts/lato/latobolditalic.woff2') format('woff2'), 
		url('/css/webfonts/lato/latobolditalic.woff') format('woff'), 
		url('/css/webfonts/lato/latobolditalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Heavy'), 
		local('Lato-Heavy'), 
		url('/css/webfonts/lato/latoheavy.woff2') format('woff2'), 
		url('/css/webfonts/lato/latoheavy.woff') format('woff'), 
		url('/css/webfonts/lato/latoheavy.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: 
		local('Lato Black'), 
		local('Lato-Black'), 
		url('/css/webfonts/lato/latoblack.woff2') format('woff2'), 
		url('/css/webfonts/lato/latoblack.woff') format('woff'), 
		url('/css/webfonts/lato/latoblack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}