:root {
  --theme-color-primary: rgb(238, 8, 16);
  --theme-color-primary-r: 238;
  --theme-color-primary-g: 8;
  --theme-color-primary-b: 16;
  --theme-color-primary-hex: #ee0810;
  --theme-color-primary-hsl: hsl(357.913, 93.4959%, 48.2353%);
  --theme-color-primary-h: 357.913;
  --theme-color-primary-s: 93.4959%;
  --theme-color-primary-l: 48.2353%;
  --theme-color-secondary: rgb(211, 7, 14);
  --theme-color-secondary-r: 211;
  --theme-color-secondary-g: 7;
  --theme-color-secondary-b: 14;
  --theme-color-secondary-hex: #d3070e;
  --theme-color-secondary-hsl: hsl(357.9412, 93.578%, 42.7451%);
  --theme-color-secondary-h: 357.9412;
  --theme-color-secondary-s: 93.578%;
  --theme-color-secondary-l: 42.7451%;
}
