/* Font-Face Lato */
@font-face {
	font-family: 'Lato';
	font-display: optional;
	src: url( '../fonts/Lato-Italic.ttf' );
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	font-display: optional;
	src: url( '../fonts/Lato-Regular.ttf' );
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	font-display: optional;
	src: url( '../fonts/Lato-Light.ttf' );
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	font-display: optional;
	src: url( '../fonts/Lato-LightItalic.ttf' );
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
/* Font-Face Lato - End */