@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), url('Lato-Regular.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), url('Lato-Light.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
src: local('Lato Light Italic'), url('Lato-LightItalic.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'Lato Bold';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), url('Lato-Bold.woff') format('woff');
font-display: swap;
}

@font-face {
font-family: 'Lato Bold Italic';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), url('Lato-BoldItalic.woff') format('woff');
font-display: swap;
}