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