:root {
    --theme-navbar-background-color: #424242;
    --theme-navbar-dropdown-toggle-color: #000000;
    --theme-background: linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(66, 66, 66, 1) 100%);
    --theme-default-title-text-transform: uppercase;
    --theme-store-box-service-label-color: #ffffffaa;
    --theme-store-box-service-label-background-color: #ffffff20;
    --theme-store-box-tagline-color: #ffffff;
    --theme-store-box-hover-background-color: #ffffff10;
    --store-box-name-color: #ff5c3d;
    --footer-color: #ffffff;
    --footer-background-color: #ff5c3d;
}