@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('Lato-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('Lato-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('Lato-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('Lato-Black.ttf');
  font-weight: 800;
}