

:root {
    --primaryFont: 'Syne', sans-serif;
    --secondaryFont: 'Sora', sans-serif;
    --primaryColor: #b29f84;
    --secondaryColor: #0b0d0e;
    --bgColor: rgba(255, 109, 186, 0.04);
    --primaryTextColor: #F0F0F0;
    --secondaryTextColor: rgba(18, 24, 32, 0.40);
}

.navbar-brand {
    background:#fff;
    border-radius:20px;
}

.banner-info {
    color:#fff !important;
}

.d2c_navbar {
    background: linear-gradient(0deg, rgb(135 127 110) 0%, rgb(176 158 131) 100%) !important;
}

.featurette-heading {
    color:#000;
}

.d2c_footer_wrapper {
    background: linear-gradient(0deg, rgb(37 52 58) 0%, rgb(178 159 132) 100%) !important;
}
.d2c_company_info a i {
    color: rgb(178 159 132) !important;
    border: 1px solid rgb(178 159 132) !important;
}

.featurette-heading ~ .button-spec:hover {
    color: #0d6efd;
}

.desktop-closed-message-avatar ~ div {
    color: var(--primaryColor, 161616) !important;
    font-weight: 500;
}