:root {
    --bg-color: #1a102d;

    --default-link-color: #ffffff;

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

    --main-text-color: #ffffff;
    --second-text-color: #ffffff;

    --table-color: #8e68ee;

    --faq-color: #8e68ee;
    --faq-color-bg: #442073;

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