

:root {
    --primaryFont: 'Syne', sans-serif;
    --secondaryFont: 'Sora', sans-serif;
    --primaryColor: #ddba73;
    --secondaryColor: #1d1f1c;
    --bgColor: rgb(157 103 132 / 4%);
    --primaryTextColor: #F0F0F0;
    --secondaryTextColor: rgba(18, 24, 32, 0.40);
}

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


.featurette-heading {
    color:#000;
}

.d2c_footer_wrapper {
    background: linear-gradient(0deg, rgb(29 31 28) 0%, rgb(120 106 72) 100%) !important;
}

.d2c_company_info a i {
    color: rgb(221 187 116) !important;
    border: 1px solid rgb(216 175 95) !important;
}


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