
/*****
	Font: Lato
*****/

/* Hairline */

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-thin-italic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Light */

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}
