:root {
    --bg-color: #0a1325;

    --default-link-color: #ffffff;

    --btn-text-color: #050d1d;
    --btn-bg-signup-colr: #26ace8;
    --btn-bg-get-bonus-colr: #26ace8;
    --btn-bg-login-color: #0e192d;

    --main-text-color: #ffffff;
    --second-text-color: #ffffff;

    --table-color: #26ace8;

    --faq-color: #26ace8;
    --faq-color-bg: #0e192d;

    --bg-header: #050d1d;
    --bg-footer: #050d1d;
}