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