@font-face {
  font-family: 'Lato';
  src: url('LatoLatin-Light.woff2') format('woff2'),
       url('LatoLatin-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('LatoLatin-Light.woff2') format('woff2'),
       url('LatoLatin-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Lato';
  src: url('LatoLatin-Regular.woff2') format('woff2'),
       url('LatoLatin-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('LatoLatin-Italic.woff2') format('woff2'),
       url('LatoLatin-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('LatoLatin-Bold.woff2') format('woff2'),
       url('LatoLatin-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

