
            :root 
            { 
                --theme-main-color: #ffa400;
                --theme-main-color-brighter-1: #ffab07ff;
                --theme-main-color-brighter-2: #ffca26ff;
                --theme-main-color-brighter-3: #ffd733ff;
                --theme-main-color-darker-1: #f79c00ff;
                --theme-main-color-darker-2: #d87d00ff;
                --theme-main-color-darker-3: #cc7100ff;
                --theme-main-color-opacity-1: #ffa40028;
                --theme-main-color-opacity-2: #ffa4007F;
                --theme-main-color-opacity-3: #ffa400C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #838383;
                --theme-secondary-color-brighter-1: #8a8a8aff;
                --theme-secondary-color-brighter-2: #a9a9a9ff;
                --theme-secondary-color-brighter-3: #b6b6b6ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #434343;
                --background-size: cover;
            }