@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url('../fonts/Lato-Regular.ttf');
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url('../fonts/Lato-Bold.ttf');
  -webkit-font-smoothing: antialiased !important;
}