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

    --default-link-color: #86847b;
    --special-section-bg: linear-gradient(90deg, rgb(218, 7, 53) 0%, rgb(73, 59, 61) 100%);

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #e50539;
    --btn-bg-get-bonus-colr: #e50539;
    --btn-bg-login-color: #390f19;

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

    --table-color: #e50539;

    --faq-color: #e50539;
    --faq-color-bg: #171e1e;

    --bg-header: #111516;
    --bg-footer: #111516;
}