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

/* Lato Medium - 500 weight */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Lato-Medium.woff2') format('woff2');
}

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