
            :root 
            { 
                --theme-main-color: #1c1c1c;
                --theme-main-color-brighter-1: #232323ff;
                --theme-main-color-brighter-2: #424242ff;
                --theme-main-color-brighter-3: #4f4f4fff;
                --theme-main-color-darker-1: #141414ff;
                --theme-main-color-darker-2: #000000ff;
                --theme-main-color-darker-3: #000000ff;
                --theme-main-color-opacity-1: #1c1c1c28;
                --theme-main-color-opacity-2: #1c1c1c7F;
                --theme-main-color-opacity-3: #1c1c1cC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #1c1c1c;
                --theme-secondary-color-brighter-1: #232323ff;
                --theme-secondary-color-brighter-2: #424242ff;
                --theme-secondary-color-brighter-3: #4f4f4fff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #1c1c1c;
                --background-size: cover;
            }