:root {
    --bg-color: #12151d;

    --special-section-bg: linear-gradient(90deg, hsl(308, 96%, 49%) 0%, rgb(145, 6, 238) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #6b1ec4;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e30789;
    --btn-bg-get-bonus-colr: #e30789;
    --btn-bg-login-color: #6b1ec4;

    --main-text-color: #ffffff;
    --table-color: #6b1ec4;

    --faq-color: #6b1ec4;

    --bg-header: #12151d;
    --bg-footer: #12151d;
}