:root {
    --bg-color: #06121c;

    --special-section-bg: linear-gradient(90deg, hsl(41, 88%, 44%) 0%, rgb(109, 33, 31) 100%);

    --default-link-color: #fff3c6;

    --hero-shadow-color: #a37d30;

    --btn-text-color: #fff3c6;
    --btn-bg-signup-colr: #db770c;
    --btn-bg-get-bonus-colr: #db770c;
    --btn-bg-login-color: #6f261b;

    --main-text-color: #fff3c6;

    --faq-color: #7D7D7D;

    --bg-header: #0a0f16;
    --bg-footer: transparent;
    }