@font-face {
    font-family:'Latina';
        src: url('../fonts/latina-regular-webfont_ttfauto.woff2') format('woff2'),
            url('../fonts/latina-regular-webfont_ttfauto.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'Latina';
        src: url('../fonts/latina-heavy-webfont_ttfauto.woff2') format('woff2'),
            url('../fonts/latina-heavy-webfont_ttfauto.woff') format('woff');
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}
