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

    --special-section-bg: linear-gradient(90deg, rgb(8, 6, 6) 0%, rgb(2, 10, 6) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #162354;

    --btn-text-color: #000000;
    --btn-bg-signup-colr: #B15FF9;
    --btn-bg-get-bonus-colr: #B15FF9;
    --btn-bg-login-color: #162354;

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

    --faq-color: #092051;

    --bg-header: #060A34;
    --bg-footer: #060A34;
}