@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('Lato-Light.woff2') format('woff2'),
       url('Lato-Light.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('Lato-Regular.woff2') format('woff2'),
       url('Lato-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('Lato-Medium.woff2') format('woff2'),
       url('Lato-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('Lato-Semibold.woff2') format('woff2'),
       url('Lato-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('Lato-Bold.woff2') format('woff2'),
       url('Lato-Bold.woff') format('woff');
}