
            :root 
            { 
                --theme-main-color: #5a5a5a;
                --theme-main-color-brighter-1: #616161ff;
                --theme-main-color-brighter-2: #808080ff;
                --theme-main-color-brighter-3: #8d8d8dff;
                --theme-main-color-darker-1: #525252ff;
                --theme-main-color-darker-2: #333333ff;
                --theme-main-color-darker-3: #272727ff;
                --theme-main-color-opacity-1: #5a5a5a28;
                --theme-main-color-opacity-2: #5a5a5a7F;
                --theme-main-color-opacity-3: #5a5a5aC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #595959;
                --theme-secondary-color-brighter-1: #606060ff;
                --theme-secondary-color-brighter-2: #7f7f7fff;
                --theme-secondary-color-brighter-3: #8c8c8cff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #595959;
                --background-size: cover;
            }