/* Lato Thin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('../fonts/lato/lato-100.woff2') format('woff2'),
       url('../fonts/lato/lato-100.woff') format('woff'),
       url('../fonts/lato/lato-100.ttf') format('truetype');
}

/* Lato Thin Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'),
       url('../fonts/lato/lato-100i.woff2') format('woff2'),
       url('../fonts/lato/lato-100i.woff') format('woff'),
       url('../fonts/lato/lato-100i.ttf') format('truetype');
}

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

/* Lato Light Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'),
       url('../fonts/lato/lato-300i.woff2') format('woff2'),
       url('../fonts/lato/lato-300i.woff') format('woff'),
       url('../fonts/lato/lato-300i.ttf') format('truetype');
}

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

/* Lato Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato/lato-400i.woff2') format('woff2'),
       url('../fonts/lato/lato-400i.woff') format('woff'),
       url('../fonts/lato/lato-400i.ttf') format('truetype');
}

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

/* Lato Bold Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('../fonts/lato/lato-700i.woff2') format('woff2'),
       url('../fonts/lato/lato-700i.woff') format('woff'),
       url('../fonts/lato/lato-700i.ttf') format('truetype');
}

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

/* Lato Black Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
       url('../fonts/lato/lato-900i.woff2') format('woff2'),
       url('../fonts/lato/lato-900i.woff') format('woff'),
       url('../fonts/lato/lato-900i.ttf') format('truetype');
}
