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

    --default-link-color: #ffffff;

    --btn-text-color: #220d06;
    --btn-bg-signup-colr: #d07715;
    --btn-bg-get-bonus-colr: #d07715;
    --btn-bg-login-color: #000000;
;

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

    --table-color: #d07715;

    --faq-color: #382119;
    --faq-color-bg: #382119;

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