:root {
    --bg-color: #212f3b;

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

    --hero-shadow-color: #00bced;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #55697a;
    --btn-bg-get-bonus-colr: #55697a;
    --btn-bg-login-color: #00bced;


    --main-text-color: #ffffff;

    --table-color: #00bced;


    --faq-color: #00bced;

    --bg-header: #212f3b;
    --bg-footer: #212f3b;
}