@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Regular.ttf');
	src: local('Lato Regular'), local('Lato-Regular'),
		url('../fonts/lato/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Medium.ttf');
	src: local('Lato Medium'), local('Lato-Medium'),
		url('../fonts/lato/Lato-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Bold.ttf');
	src: local('Lato Bold'), local('Lato-Bold'),
		url('../fonts/lato/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Black.ttf');
	src: local('Lato Black'), local('Lato-Black'),
		url('../fonts/lato/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
