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

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

    --default-link-color: #ffffff;

    --hero-shadow-color: #370504;

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

    --main-text-color: #000000;
    --table-color: #E02421;

    --faq-color: #092051;

    --bg-header: #7C0000;
    --bg-footer: #7C0000;
}