:root {
  --theme-color-primary: rgb(102, 2, 2);
  --theme-color-primary-r: 102;
  --theme-color-primary-g: 2;
  --theme-color-primary-b: 2;
  --theme-color-primary-hex: #660202;
  --theme-color-primary-hsl: hsl(0, 96.1538%, 20.3922%);
  --theme-color-primary-h: 0;
  --theme-color-primary-s: 96.1538%;
  --theme-color-primary-l: 20.3922%;
  --theme-color-secondary: rgb(76, 1, 2);
  --theme-color-secondary-r: 76;
  --theme-color-secondary-g: 1;
  --theme-color-secondary-b: 2;
  --theme-color-secondary-hex: #4c0102;
  --theme-color-secondary-hsl: hsl(359.2, 97.4026%, 15.098%);
  --theme-color-secondary-h: 359.2;
  --theme-color-secondary-s: 97.4026%;
  --theme-color-secondary-l: 15.098%;
}
