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

    --special-section-bg: linear-gradient(90deg, #0a0d26 0%, rgb(31, 40, 163) 100%);

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

    --hero-shadow-color: #000000;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #3e8afc;
    --btn-bg-get-bonus-colr: #3e8afc;
    --btn-bg-login-color: #0a0d26;

    --main-text-color: #e1e7f8;
    --table-color: #212973;

    --faq-color: #212973;

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