:root{--parent-theme-color--red:red;--parent-theme-color--dark-gray:#282828}.has-red-color{color:var(--parent-theme-color--red) !important}.has-red-background-color{background-color:var(--parent-theme-color--red) !important}.has-dark-gray-color{color:var(--parent-theme-color--dark-gray) !important}.has-dark-gray-background-color{background-color:var(--parent-theme-color--dark-gray) !important}