@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('/fonts/lato-400.woff2') format('woff2'),
    url('/fonts/lato-400.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
    url('/fonts/lato-700.woff2') format('woff2'),
    url('/fonts/lato-700.woff') format('woff');
}