:root {
    --bg-color: #0e1117;

    --special-section-bg: linear-gradient(90deg, hsl(221, 21%, 40%) 0%, rgb(173, 2, 45) 100%);

    --default-link-color: #d1d7e3;

    --hero-shadow-color: #42506c;

    --btn-text-color: #d1d7e3;
    --btn-bg-signup-colr: #b80025;
    --btn-bg-get-bonus-colr: #b80025;
    --btn-bg-login-color: #42506c;

    --main-text-color: #ffffff;

    --faq-color: #7D7D7D;

    --bg-header: #161b25;
    --bg-footer: transparent;
    }