:root {
    --primary: #23658c;
    --primary-dark: #2d5e7e;
    --primary-light: #d2e7f7;

    --bs-primary-rgb: 71, 151, 196;
    --bs-primary-text-emphasis: #2d5e7e;
    --bs-primary-bg-subtle: #d2e7f7;
    --bs-primary-border-subtle: #2d5e7e;

    --banner-bg: #00c8e2;
}


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

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

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

.btn-primary {
    color: #fff ;
}
