/* Lato */
@font-face {
	font-family: "Lato";
	src:
		url("Lato-Light.woff2") format('woff2'),
		url("Lato-Light.woff") format('woff');
	font-style: normal;
	font-weight: 300;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-Regular.woff2") format('woff2'),
		url("Lato-Regular.woff") format('woff');
	font-style: normal;
	font-weight: 400;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-Medium.woff2") format('woff2'),
		url("Lato-Medium.woff") format('woff');
	font-style: normal;
	font-weight: 500;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-SemiBold.woff2") format('woff2'),
		url("Lato-SemiBold.woff") format('woff');
	font-style: normal;
	font-weight: 600;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-Bold.woff2") format('woff2'),
		url("Lato-Bold.woff") format('woff');
	font-style: normal;
	font-weight: 700;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-Heavy.woff2") format('woff2'),
		url("Lato-Heavy.woff") format('woff');
	font-style: normal;
	font-weight: 800;
	size-adjust: 100%;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src:
		url("Lato-Black.woff2") format('woff2'),
		url("Lato-Black.woff") format('woff');
	font-style: normal;
	font-weight: 900;
	size-adjust: 100%;
	font-display: swap;
}