:root {
  --theme-color-primary: rgb(205, 22, 25);
  --theme-color-primary-r: 205;
  --theme-color-primary-g: 22;
  --theme-color-primary-b: 25;
  --theme-color-primary-hex: #cd1619;
  --theme-color-primary-hsl: hsl(359.0164, 80.6167%, 44.5098%);
  --theme-color-primary-h: 359.0164;
  --theme-color-primary-s: 80.6167%;
  --theme-color-primary-l: 44.5098%;
  --theme-color-secondary: rgb(179, 20, 22);
  --theme-color-secondary-r: 179;
  --theme-color-secondary-g: 20;
  --theme-color-secondary-b: 22;
  --theme-color-secondary-hex: #b31416;
  --theme-color-secondary-hsl: hsl(359.2453, 79.8995%, 39.0196%);
  --theme-color-secondary-h: 359.2453;
  --theme-color-secondary-s: 79.8995%;
  --theme-color-secondary-l: 39.0196%;
}
