/*
 * LOCAL FONT SETUP FOR LATO
 */

/* Lato Regular (Weight 400) */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Lato-Regular.ttf') format('truetype');
}

/* Lato Bold (Weight 700) */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Lato-Bold.ttf') format('truetype');
}

/* Lato Black (Weight 900) */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Lato-Black.ttf') format('truetype');
}