
            :root 
            { 
                --theme-main-color: #fd0000;
                --theme-main-color-brighter-1: #ff0707ff;
                --theme-main-color-brighter-2: #ff2626ff;
                --theme-main-color-brighter-3: #ff3333ff;
                --theme-main-color-darker-1: #f50000ff;
                --theme-main-color-darker-2: #d60000ff;
                --theme-main-color-darker-3: #ca0000ff;
                --theme-main-color-opacity-1: #fd000028;
                --theme-main-color-opacity-2: #fd00007F;
                --theme-main-color-opacity-3: #fd0000C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #000000;
                --theme-secondary-color-brighter-1: #070707ff;
                --theme-secondary-color-brighter-2: #262626ff;
                --theme-secondary-color-brighter-3: #333333ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #000000;
                --background-size: cover;
            }