@font-face {
	font-family: "lato-black";
        font-display: swap;
	src: url("../fonts/lato-Black.ttf") format('truetype');
}

@font-face {
	font-family: "lato-bold";
        font-display: swap;
	src: url("../fonts/lato-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "lato-light";
        font-display: swap;
	src: url("../fonts/lato-Light.ttf") format('truetype');
}

@font-face {
	font-family: "lato-medium";
        font-display: swap;
	src: url("../fonts/lato-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "lato";
        font-display: swap;
	src: url("../fonts/lato-Regular.ttf") format('truetype');
}