:root {
    --bg-color: #05202b;

    --special-section-bg: linear-gradient(90deg, hsl(41, 61%, 56%) 0%, rgb(7, 36, 56) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #e7b039;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e7b039;
    --btn-bg-get-bonus-colr: #e7b039;
    --btn-bg-login-color: #03171f;

    --main-text-color: #ffffff;
    --table-color: #e7b039;

    --faq-color: #e7b039;

    --bg-header: #05202b;
    --bg-footer: #05202b;
}