@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf');
  font-weight: 300;
  font-style: normal;
}

@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-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

* {
  font-family: 'Lato', sans-serif;
}
