:root {
    --primary: #f9da23;
    --primary-dark: #857211;
    --primary-light: #f8eca0;

    --bs-primary-rgb: 249, 218, 35;
    --bs-primary-text-emphasis: #857211;
    --bs-primary-bg-subtle: #fff6c2;
    --bs-primary-border-subtle: #857211;

    --banner-bg: #fbbe0e;
}


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

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

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

.fill-out-body .form-sub-header {
    color: var(--primary-dark);
    border-bottom-color: var(--primary-dark);
}

.content-wrapper .header, .section-content__full .header {
    border-bottom-color: var(--primary-dark);
}


.c-tb-tbody .c-tb-tr .c-tb-td, .content table th, .content table td {
    border-color: var(--primary) !important;
}


