@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
  font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
  font-display: swap;
}
