:root {
    --bg-color: #05182a;

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

    --hero-shadow-color: #fdf61b;

    --btn-text-color: #f55095;
    --btn-bg-signup-colr: #fdf61b;
    --btn-bg-get-bonus-colr: #fdf61b;
    --btn-bg-login-color: #0a2c49;


    --main-text-color: #ffffff;

    --table-color: #fdf61b;


    --faq-color: #fdf61b;

    --bg-header: #081827;
    --bg-footer: #081827;
}