:root {
    --main-bg-color: #0E0E0E;
    --main-text-color: #fff;
    --register-button-background: #fff;
    --register-button-text-color: #000;
    --hover-register-button: #CBC8C6;
    --login-button-background: #78E29F;
    --login-button-text-color: #000;
    --hover-login-button: #3F8169;
    --on-banner-button-background: #ff5823;
    --color-text-footer-copyright: #fff;
    --header-background: #0B0B0B;
    --header-menu-text-color: #CBC8C6;
    --burger-backgroun-color: #fff;
    --custom-theme-color: #007aff;
    --custom-navigation-size: 44px;
    --footer-background: #0B0B0B;
    --menu-icon-color: #F3BA88;
    --show-more-button-background: #CBC8C6;
}
