
            :root 
            { 
                --theme-main-color: #00cead;
                --theme-main-color-brighter-1: #07d5b4ff;
                --theme-main-color-brighter-2: #26f4d3ff;
                --theme-main-color-brighter-3: #33ffe0ff;
                --theme-main-color-darker-1: #00c6a5ff;
                --theme-main-color-darker-2: #00a786ff;
                --theme-main-color-darker-3: #009b7aff;
                --theme-main-color-opacity-1: #00cead28;
                --theme-main-color-opacity-2: #00cead7F;
                --theme-main-color-opacity-3: #00ceadC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #00cead;
                --theme-secondary-color-brighter-1: #07d5b4ff;
                --theme-secondary-color-brighter-2: #26f4d3ff;
                --theme-secondary-color-brighter-3: #33ffe0ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #00cead;
                --background-size: cover;
            }