
            :root 
            { 
                --theme-main-color: #040404;
                --theme-main-color-brighter-1: #0b0b0bff;
                --theme-main-color-brighter-2: #2a2a2aff;
                --theme-main-color-brighter-3: #373737ff;
                --theme-main-color-darker-1: #000000ff;
                --theme-main-color-darker-2: #000000ff;
                --theme-main-color-darker-3: #000000ff;
                --theme-main-color-opacity-1: #04040428;
                --theme-main-color-opacity-2: #0404047F;
                --theme-main-color-opacity-3: #040404C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(248,93,17,0.99);
                --theme-secondary-color-brighter-1: #ff6418fc;
                --theme-secondary-color-brighter-2: #ff8337fc;
                --theme-secondary-color-brighter-3: #ff9044fc;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #000000;
                --background-size: cover;
            }