:root {
    --bg-color: #100b07;

    --default-link-color: #ffffff;

    --btn-text-color: #100b07;
    --btn-bg-signup-colr: #a2522e;
    --btn-bg-get-bonus-colr: #ffbe28;
    --btn-bg-login-color: #ffbe28;

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

    --table-color: #a2522e;

    --faq-color: #a2522e;
    --faq-color-bg: #24150c;

    --bg-header: #24150c;
    --bg-footer: #24150c;
}