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

    --special-section-bg: linear-gradient(90deg, hsl(0, 2%, 75%) 0%, rgb(253, 125, 51) 100%);

    --default-link-color: #000000;

    --hero-shadow-color: #e45809;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e45809;
    --btn-bg-get-bonus-colr: #e45809;
    --btn-bg-login-color: #828695;

    --main-text-color: #000000;

    --faq-color: #828695;

    --bg-header: #eff0f1;
    --bg-footer: transparent;
}