
            :root 
            { 
                --theme-main-color: #dec79d;
                --theme-main-color-brighter-1: #e5cea4ff;
                --theme-main-color-brighter-2: #ffedc3ff;
                --theme-main-color-brighter-3: #fffad0ff;
                --theme-main-color-darker-1: #d6bf95ff;
                --theme-main-color-darker-2: #b7a076ff;
                --theme-main-color-darker-3: #ab946aff;
                --theme-main-color-opacity-1: #dec79d28;
                --theme-main-color-opacity-2: #dec79d7F;
                --theme-main-color-opacity-3: #dec79dC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #7fd2aa;
                --theme-secondary-color-brighter-1: #86d9b1ff;
                --theme-secondary-color-brighter-2: #a5f8d0ff;
                --theme-secondary-color-brighter-3: #b2ffddff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #42806f;
                --background-size: cover;
            }