/* Lato Font Family - Local Installation */

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

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

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

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