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

@font-face {
	font-family: 'latobold';
	font-display: swap;
	src: url('/font/Lato/Lato-Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'lato-lightitalic';
	font-display: swap;
	src: url('/font/Lato/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-bolditalic';
	font-display: swap;
	src: url('/font/Lato/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'latolight';
	font-display: swap;
	src: url('/font/Lato/Lato-Light.ttf') format('truetype');
}