@font-face {
    font-family: "Lato-C";
	font-weight: 400;
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Lato-C";
	font-weight: 500;
    src: url("../fonts/Lato-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Lato-C";
	font-weight: 600;
    src: url("../fonts/Lato-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Lato-C";
	font-weight: 700;
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
    font-display: swap;
}
/*@font-face {
    font-family: "TTCommons";
    font-weight: 600;
    src: url("../fonts/TT-Commons-Pro-Medium.otf") format("opentype");
    font-display: swap;
}*/