
/*----------------------------Font Face----------------------*/
@font-face
{
	font-family:Lato-Regular;
	src:url(../fonts/Lato-Regular.ttf);
}


@font-face
{
	font-family:Lato-Bold;
	src:url(../fonts/Lato-Bold.ttf);
}

@font-face
{
	font-family:Lato-Light;
	src:url(../fonts/Lato-Light.ttf);
}


