
            :root 
            { 
                --theme-main-color: #352e2e;
                --theme-main-color-brighter-1: #3c3535ff;
                --theme-main-color-brighter-2: #5b5454ff;
                --theme-main-color-brighter-3: #686161ff;
                --theme-main-color-darker-1: #2d2626ff;
                --theme-main-color-darker-2: #0e0707ff;
                --theme-main-color-darker-3: #020000ff;
                --theme-main-color-opacity-1: #352e2e28;
                --theme-main-color-opacity-2: #352e2e7F;
                --theme-main-color-opacity-3: #352e2eC8;
                --theme-main-font-color: #ffd700;
                --theme-main-font-color-darker-1: #cca400ff;
                --theme-main-font-color-brighter-1: #ffff33ff;
                --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: #352e2e;
                --theme-secondary-font-color-darker-1: #020000ff;
                --theme-secondary-font-color-brighter-1: #686161ff;
                --theme-tertiary-color: #04BFBF;
                --background-size: cover;
            }