:root {
    --bg-color: #2b022b;

    --special-section-bg: linear-gradient(90deg, hsl(49, 100%, 58%) 0%, rgb(99, 9, 110) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #e461d3;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e461d3;
    --btn-bg-get-bonus-colr: #e461d3;
    --btn-bg-login-color: #f5d20c;

    --main-text-color: #ffffff;

    --faq-color: #7D7D7D;

    --bg-header: #2b022b;
    --bg-footer: transparent;
}