:root {
    --bg-color: #0a0f15;

    --special-section-bg: linear-gradient(90deg, hsl(46, 100%, 51%) 0%, rgb(255, 12, 12) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #ffae00;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #ff0008;
    --btn-bg-get-bonus-colr: #ff0008;
    --btn-bg-login-color: #ffae00;

    --main-text-color: #ffffff;

    --faq-color: #7D7D7D;

    --bg-header: #0a0f15;
    --bg-footer: transparent;
}