:root {
  --theme-color-primary: rgb(254, 0, 0);
  --theme-color-primary-r: 254;
  --theme-color-primary-g: 0;
  --theme-color-primary-b: 0;
  --theme-color-primary-hex: #fe0000;
  --theme-color-primary-hsl: hsl(0, 100%, 49.8039%);
  --theme-color-primary-h: 0;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 49.8039%;
  --theme-color-secondary: rgb(229, 0, 3);
  --theme-color-secondary-r: 229;
  --theme-color-secondary-g: 0;
  --theme-color-secondary-b: 3;
  --theme-color-secondary-hex: #e50003;
  --theme-color-secondary-hsl: hsl(359.214, 100%, 44.902%);
  --theme-color-secondary-h: 359.214;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 44.902%;
}
