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

    --default-link-color: #909ac9;

    --special-section-bg: linear-gradient(90deg, #0a0d26 0%, rgb(31, 40, 163) 100%);

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #3e8afc;
    --btn-bg-get-bonus-colr: #3e8afc;
    --btn-bg-login-color: #0a0d26;
;

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

    --table-color: #212973;

    --faq-color: #212973;
    --faq-color-bg: #0a0d26;

    --bg-header: #0a0d26;
    --bg-footer: #0a0d26;
}