:root {
    --bg-color: #02091b;

    --special-section-bg: linear-gradient(90deg, #0e1326 0%, rgb(192, 21, 43) 100%);

    --default-link-color: #777e8f;

    --hero-shadow-color: #000000;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #b91438;
    --btn-bg-get-bonus-colr: #b91438;
    --btn-bg-login-color: #0e1326;

    --main-text-color: #777e8f;
    --table-color: #b91438;

    --faq-color: #b91438;

    --bg-header: #0e1326;
    --bg-footer: #0e1326;
}
