
@font-face {
	font-family: Lato Light;
	src: url('Lato-Light.ttf');
}
@font-face {
	font-family: Lato Light;
	font-style: italic;
	src: url('Lato-LightItalic.ttf');
}
@font-face {
	font-family: Lato Light;
	font-weight: bold;
	src: url('Lato-Regular.ttf');
}
body {
	font-family: Lato Light, Helvetica, Arial, sans-serif;
}