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

    --special-section-bg: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    
    --default-link-color: #ffffff;

    --hero-shadow-color: #0a0a0a;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #098b7d;
    --btn-bg-get-bonus-colr: #098b7d;
    --btn-bg-login-color: #8a5d04;

    --main-text-color: #ffffff;

    --table-color: #098b7d;


    --faq-color: #098b7d;

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