

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

.btn {
    color:#fff !important;
}

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


.d2c_footer_wrapper {
    background: linear-gradient(0deg, rgb(0 0 0 / 96%) 0%, rgb(5 5 5 / 92%) 100%) !important;
}

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

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