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