:root {
    --bg-color: #19102c;

    --special-section-bg: linear-gradient(90deg, hsl(271, 100%, 47%) 0%, rgb(255, 230, 0) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #8e68ee;

    --btn-text-color: #442073;
    --btn-bg-signup-colr: #fdeb28;
    --btn-bg-get-bonus-colr: #fdeb28;
    --btn-bg-login-color: #8e68ee;

    --main-text-color: #ffffff;
    --table-color: #ffd900;

    --faq-color: #fdeb28;

    --bg-header: #261542;
    --bg-footer: #261542;
}