

:root {
    --primaryFont: 'Syne', sans-serif;
    --secondaryFont: 'Sora', sans-serif;
    --primaryColor: #d3f51c;
    --secondaryColor: #335d47;
    --bgColor: rgba(255, 109, 186, 0.04);
    --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(21 35 27) 0%, rgb(101 110 57) 100%) !important;
}

.d2c_company_info a i {
    color: #d3f51c !important;
    border: 1px solid #d3f51c !important;
}

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