:root {
    --bg-color: #040404;

    --special-section-bg: linear-gradient(90deg, hsl(73, 96%, 49%) 0%, rgb(154, 52, 236) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #b6d701;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #b6d701;
    --btn-bg-get-bonus-colr: #b6d701;
    --btn-bg-login-color: #9231ed;

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

    --faq-color: #6b1ec4;

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