:root {
  --theme-color-primary: rgb(227, 36, 0);
  --theme-color-primary-r: 227;
  --theme-color-primary-g: 36;
  --theme-color-primary-b: 0;
  --theme-color-primary-hex: #e32400;
  --theme-color-primary-hsl: hsl(9.5154, 100%, 44.5098%);
  --theme-color-primary-h: 9.5154;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 44.5098%;
}
