/* lato-light */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: local("Lato-Light"), url(lato-light.woff2) format("woff2");
	font-display: swap;
}
/* lato */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: local("Lato Regular"), local("Lato-Regular"), url(lato.woff2) format("woff2");
	font-display: swap;
}
/* lato-bold */
@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: local("Lato Bold"), local("Lato-Bold"), url(lato-bold.woff2) format("woff2");
	font-display: swap;
}

