@font-face {
	font-family: 'Lato Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Lato Medium'), url('Lato-Medium.otf') format('opentype'), 
	url('Lato-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Lato SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Lato SemiBold'), url('Lato-Semibold.otf') format('opentype'),
	url('Lato-Semibold.ttf') format('truetype');
}