/*
* Lato Fonts
*/

/*--BLACk--*/

@font-face {
	font-family: 'lato-black';
	src: url('Lato-Black.ttf');
	src: url('Lato-Black.woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'lato-black-italic';
	src: url('Lato-BlackItalic.ttf');
	src: url('Lato-BlackItalic.woff');
	font-weight: 900;
	font-style: italic;
}

/*--BOLD--*/
@font-face {
	font-family: 'lato-bold';
	src: url('Lato-Bold.ttf');
	src: url('Lato-Bold.woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'lato-bold-italic';
	src: url('Lato-BoldItalic.ttf');
	src: url('Lato-BoldItalic.woff');
	font-weight: 600;
	font-style: italic;
}

/*--HAIRLINE--*/
@font-face {
	font-family: 'lato-hairline';
	src: url('Lato-Hairline.ttf');
	src: url('Lato-Hairline.woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'lato-hairline-italic';
	src: url('Lato-BoldItalic.ttf');
	src: url('Lato-BoldItalic.woff');
	font-weight: 100;
	font-style: italic;
}


/*--LIGHT--*/
@font-face {
	font-family: 'lato-lite';
	src: url('Lato-Light.ttf');
	src: url('Lato-Light.woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'lato-lite-italic';
	src: url('Lato-LightItalic.ttf');
	src: url('Lato-LightItalic.woff');	
	font-weight: 100;
	font-style: italic;
}

/*--REGULAR--*/
@font-face {
	font-family: 'lato-regular';
	src: url('Lato-Regular.ttf');
	src: url('Lato-Regular.woff');
	font-weight: 100;
	font-style: normal;
}