@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./lato-v23-latin-regular.woff2') format('woff2'),
         url('./lato-v23-latin-regular.woff') format('woff');
}
  
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('./lato-v23-latin-italic.woff2') format('woff2'),
         url('./lato-v23-latin-italic.woff') format('woff');
}
  
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('./lato-v23-latin-700.woff2') format('woff2'),
         url('./lato-v23-latin-700.woff') format('woff');
}
  
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('./lato-v23-latin-700italic.woff2') format('woff2'),
         url('./lato-v23-latin-700italic.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('./lato-v23-latin-900.woff2') format('woff2'),
         url('./lato-v23-latin-900.woff') format('woff');
}
  