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

/* Webfont: LatoLatin-Semibold */
@font-face {
    font-family: 'Lato';
    src: url('./LatoLatin-Semibold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
}

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