@font-face {
    font-family: 'Latina';
    src: url('fonts/Latina-Medium.woff2') format('woff2'),
        url('fonts/Latina-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Latina';
    src: url('fonts/Latina-Black.woff2') format('woff2'),
        url('fonts/Latina-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

