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

    --default-link-color: #aeaeae;

    --btn-text-color: #1d1d1d;
    --btn-bg-signup-colr: #feed00;
    --btn-bg-get-bonus-colr: #feed00;
    --btn-bg-login-color: #1d1d1d;

    --main-text-color: #ffffff;
    --second-text-color: #ffffff;

    --table-color: #aeaeae;

    --faq-color: #aeaeae;
    --faq-color-bg: #1d1d1d;

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