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

    --special-section-bg: linear-gradient(90deg, #FFDF1E 0%, #FFFA4A 100%);

    --default-link-color: #ffffff;

    --hero-shadow-color: #370504;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #370504;
    --btn-bg-get-bonus-colr: #370504;
    --btn-bg-login-color: #000000;

    --main-text-color: #ffffff;
    --table-color: #370504;

    --faq-color: #092051;

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