/* font-family: "Lato-Bold"; */
@font-face {
	font-family: "Lato-Bold";
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

/* font-family: "Lato-Regular"; */
@font-face {
	font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	
}