@font-face {
    font-family: 'Londrina Solid';
    src: url('LondrinaSolid-Thin.woff2') format('woff2'),
        url('LondrinaSolid-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Londrina Solid';
    src: url('LondrinaSolid-Light.woff2') format('woff2'),
        url('LondrinaSolid-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Londrina Solid';
    src: url('LondrinaSolid-Regular.woff2') format('woff2'),
        url('LondrinaSolid-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Londrina Solid';
    src: url('LondrinaSolid-Black.woff2') format('woff2'),
        url('LondrinaSolid-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

