:root {
    --bg-color: #05032B;

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

    --default-link-color: #ffffff;

    --hero-shadow-color: #BC0FB5;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #BC0FB5;
    --btn-bg-get-bonus-colr: #BC0FB5;
    --btn-bg-login-color: #092051;

    --main-text-color: #FFFFFF;
    --table-color: #092051;

    --faq-color: #092051;

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