@font-face {
	font-family: 'Lato';
	src: url('Lato/Lato-Light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('Lato/Lato-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('Lato/Lato-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('Lato/Lato-Black.ttf');
	font-weight: 900;
	font-style: normal;
}