/* Lato */
@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Hairline.ttf');
	font-weight: 100;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-HairlineItalic.ttf');
	font-style: italic;
	font-weight: 100;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Light.ttf');
	font-weight: 200;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-LightItalic.ttf');
	font-style: italic;
	font-weight: 200;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Regular.ttf');
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-BoldItalic.ttf');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-Black.ttf');
	font-weight: 900;
}

@font-face {
	font-family: "Lato";
	src: url('Lato/Lato-BlackItalic.ttf');
	font-weight: 900;
	font-style: italic;
}