@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: local('Lato Regular'), local('Lato-Regular'), url(./../fonts/lato-regular-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: local('Lato Bold'), local('Lato-Bold'), url(./../fonts/lato-bold-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: normal;
  src: local('Lato Italic'), local('Lato-Italic'), url(./../fonts/lato-italic-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: bold;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(./../fonts/lato-bolditalic-webfont.woff) format('woff');
  font-display: swap;
}