:root {
  --theme-color-primary: rgb(205, 23, 25);
  --theme-color-primary-r: 205;
  --theme-color-primary-g: 23;
  --theme-color-primary-b: 25;
  --theme-color-primary-hex: #cd1719;
  --theme-color-primary-hsl: hsl(359.3407, 79.8246%, 44.7059%);
  --theme-color-primary-h: 359.3407;
  --theme-color-primary-s: 79.8246%;
  --theme-color-primary-l: 44.7059%;
  --theme-color-secondary: rgb(61, 138, 57);
  --theme-color-secondary-r: 61;
  --theme-color-secondary-g: 138;
  --theme-color-secondary-b: 57;
  --theme-color-secondary-hex: #3d8a39;
  --theme-color-secondary-hsl: hsl(117.037, 41.5385%, 38.2353%);
  --theme-color-secondary-h: 117.037;
  --theme-color-secondary-s: 41.5385%;
  --theme-color-secondary-l: 38.2353%;
}
