:root {
    --bg-color: #01155c;

    --special-section-bg: linear-gradient(90deg, hsl(56, 97%, 73%) 0%, rgb(158, 160, 66) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #dbd555;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #dbd555;
    --btn-bg-get-bonus-colr: #dbd555;
    --btn-bg-login-color: #908042;

    --main-text-color: #ffffff;

    --faq-color: #7D7D7D;

    --bg-header: #01155c;
    --bg-footer: transparent;
}