:root {
    --bg-color: #28533a;

    --special-section-bg: linear-gradient(90deg, hsl(73, 71%, 58%) 0%, rgb(33, 102, 64) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #1e422d;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e31e24;
    --btn-bg-get-bonus-colr: #e31e24;
    --btn-bg-login-color: #e4b409;

    --main-text-color: #ffffff;

    --faq-color: #7D7D7D;

    --bg-header: #1e422d;
    --bg-footer: transparent;
}