
            :root 
            { 
                --theme-main-color: #121314;
                --theme-main-color-brighter-1: #191a1bff;
                --theme-main-color-brighter-2: #38393aff;
                --theme-main-color-brighter-3: #454647ff;
                --theme-main-color-darker-1: #0a0b0cff;
                --theme-main-color-darker-2: #000000ff;
                --theme-main-color-darker-3: #000000ff;
                --theme-main-color-opacity-1: #12131428;
                --theme-main-color-opacity-2: #1213147F;
                --theme-main-color-opacity-3: #121314C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #ffd700;
                --theme-secondary-color-brighter-1: #ffde07ff;
                --theme-secondary-color-brighter-2: #fffd26ff;
                --theme-secondary-color-brighter-3: #ffff33ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #111113;
                --background-size: cover;
            }