:root {
    --bg-color: #ffffff;

    --special-section-bg: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    
    --default-link-color: #ed2013;

    --hero-shadow-color: #1f1f1f;

    --btn-text-color: #1f1f1f;
    --btn-bg-signup-colr: #00e10a;
    --btn-bg-get-bonus-colr: #00e10a;
    --btn-bg-login-color: #ed2013;
    --button-border-color: #00e10a;

    --main-text-color: #1f1f1f;

    --table-color: #00e10a;


    --faq-color: #00e10a;

    --bg-header: #040509;
    --bg-footer: #040509;
}