@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('lato-light-webfont.woff2') format('woff2'),
       url('lato-light-webfont.woff') format('woff');

}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('lato-regular-webfont.woff2') format('woff2'),
       url('lato-regular-webfont.woff') format('woff');  
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: url('lato-semibold-webfont.woff2') format('woff2'),
       url('lato-semibold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('lato-bold-webfont.woff2') format('woff2'),
       url('lato-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('lato-black-webfont.woff2') format('woff2'),
       url('lato-black-webfont.woff') format('woff');
}
