@font-face {
    font-family: 'Cupra';
    src: url('fonts/Cupra-Book.woff2') format('woff2'),
        url('fonts/Cupra-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Cupra';
    src: url('fonts/Cupra-Light.woff2') format('woff2'),
        url('fonts/Cupra-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/

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

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

