:root {
    --bg-color: #36241f;

    --special-section-bg: linear-gradient(90deg, hsl(0, 0%, 88%) 0%, rgb(238, 107, 89) 100%);

    --default-link-color: #e2d2bb;

    --table-color: #eeb011;

    --btn-text-color: #eeb011;
    --btn-bg-signup-colr: #723b2d;
    --btn-bg-get-bonus-colr: #7e04d4;
    --btn-bg-login-color: #7e04d4;

    --main-text-color: #e2d2bb;

    --faq-color: #eeb011;

    --bg-header: #6e493e;
    --bg-footer: #6e493e;
    }