@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./Lato-300.woff2') format('woff2'),
       url('./Lato-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Lato-400.woff2') format('woff2'),
       url('./Lato-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./Lato-900.woff2') format('woff2'),
       url('./Lato-900.ttf') format('truetype');
}
