/* Lato Light */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Light.eot'); /* IE9 Modo de Compatibilidade */
  src: url('Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('Lato-Light.woff2') format('woff2'), /* Navegadores Atuais */
  url('Lato-Light.woff') format('woff'), /* Navegadores Atuais */
  url('Lato-Light.ttf') format('truetype');
  font-weight: 300; /* font-weight: 300 (identificador light não existe no CSS3) */
  font-style: normal;
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot'); /* IE9 Modo de Compatibilidade */
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Regular.woff2') format('woff2'), /* Navegadores Atuais */
         url('Lato-Regular.woff') format('woff'), /* Navegadores Atuais */
         url('Lato-Regular.ttf') format('truetype');
    font-weight: normal; /* font-weight: 400 (normal/regular) */    font-style: normal;
}

/* Lato Italic */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Italic.eot'); /* IE9 Modo de Compatibilidade */
  src: url('Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('Lato-Italic.woff2') format('woff2'), /* Navegadores Atuais */
  url('Lato-Italic.woff') format('woff'), /* Navegadores Atuais */
  url('Lato-Italic.ttf') format('truetype');
  font-weight: normal; /* font-weight: 400 (normal/regular) */
  font-style: italic;
}

/* Lato Semibold */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Semibold.eot'); /* IE9 Modo de Compatibilidade */
  src: url('Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('Lato-Semibold.woff2') format('woff2'), /* Navegadores Atuais */
  url('Lato-Semibold.woff') format('woff'), /* Navegadores Atuais */
  url('Lato-Semibold.ttf') format('truetype');
  font-weight: 600; /* font-weight: 600 (identificador semibold não existe no CSS3) */
  font-style: normal;
}

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.eot'); /* IE9 Modo de Compatibilidade */
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Bold.woff2') format('woff2'), /* Navegadores Atuais */
         url('Lato-Bold.woff') format('woff'), /* Navegadores Atuais */
         url('Lato-Bold.ttf') format('truetype');
    font-weight: bold; /* font-weight: 700 (bold) */
    font-style: normal;
}

/* Lato Black */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Black.eot'); /* IE9 Modo de Compatibilidade */
  src: url('Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('Lato-Black.woff2') format('woff2'), /* Navegadores Atuais */
  url('Lato-Black.woff') format('woff'), /* Navegadores Atuais */
  url('Lato-Black.ttf') format('truetype');
  font-weight: 900; /* font-weight: 900 (identificador black não existe no CSS3) */
  font-style: normal;
}