: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(178, 20, 22);
  --theme-color-secondary-r: 178;
  --theme-color-secondary-g: 20;
  --theme-color-secondary-b: 22;
  --theme-color-secondary-hex: #b21416;
  --theme-color-secondary-hsl: hsl(359.2405, 79.798%, 38.8235%);
  --theme-color-secondary-h: 359.2405;
  --theme-color-secondary-s: 79.798%;
  --theme-color-secondary-l: 38.8235%;
}
