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

@font-face {
    font-family: 'Cardo';
    src: url('fonts/Cardo-Bold.woff2') format('woff2'),
        url('fonts/Cardo-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}