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

    --special-section-bg: linear-gradient(90deg, rgb(8, 6, 6) 0%, rgb(2, 10, 6) 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #FFD500;

    --btn-text-color: #2C2C2C;
    --btn-bg-signup-colr: #FFD500;
    --btn-bg-get-bonus-colr: #E30613;
    --btn-bg-login-color: #130A34;

    --main-text-color: #2C2C2C;
    --table-color: #353743;

    --faq-color: #092051;

    --bg-header: #E30613;
    --bg-footer: #E30613;
}