@font-face {
    font-family: 'Lato';
    src: local('Lato'), local('Lato'), url('/data/fonts/latobold.otf') format('opentype'), url('/data/fonts/latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato'), local('Lato'), url('/data/fonts/latoregular.otf') format('opentype'), url('/data/fonts/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}