/* Lato Regular 400 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('lato-400.woff2') format('woff2');
}

/* Lato Bold 700 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('lato-700.woff2') format('woff2');
}

/* Lato Italic 400 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('lato-400italic.woff2') format('woff2');
}

/* Lato Bold Italic 700 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('lato-700italic.woff2') format('woff2');
}
