/* Font-face CSS for "lato" (i.e. "Lato") by "Łukasz Dziedzic". / SIL Open Font License, Version 1.1 */

@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 100;
	font-style: normal;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Thin.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 100;
	font-style: italic;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Light.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 300;
	font-style: italic;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 400;
	font-style: italic;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Italic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Bold.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 700;
	font-style: italic;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 900;
	font-style: normal;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-Black.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 900;
	font-style: italic;
	src:
		url('//cdn.cleverest.eu/font/lato/Lato-BlackItalic.ttf') format('truetype');
}

