@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url('assets/fonts/lato-v16-latin-300.woff2') format('woff2'),
       url('assets/fonts/lato-v16-latin-300.woff') format('woff');
}

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

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

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'),
       url('assets/fonts/lato-v16-latin-900.woff2') format('woff2'),
       url('assets/fonts/lato-v16-latin-900.woff') format('woff');
}