
:root {
    --primary: #ff8e85;
    --primary-dark: #c5493f;
    --primary-light: #ffd5d0;

    --bs-primary-rgb: 255, 142, 133;
    --bs-primary-text-emphasis: #c5493f;
    --bs-primary-bg-subtle: #ffd5d0;
    --bs-primary-border-subtle: #c5493f;

    --banner-bg: #fea8c5;
}


.banner__wave {
    content: url(../img/assets/tablet_wave_en.svg);
}

@media (min-width: 1024px) {
    .banner__wave {
        content: url(../img/assets/desktop_wave_a_en.svg);
    }
}

.jumbotron .owl-carousel .owl-item .content:before {
    background-image: url(../img/assets/jumbotron_wave_en.svg);
}