:root {
  --theme-color-primary: rgb(243, 110, 33);
  --theme-color-primary-r: 243;
  --theme-color-primary-g: 110;
  --theme-color-primary-b: 33;
  --theme-color-primary-hex: #f36e21;
  --theme-color-primary-hsl: hsl(22, 89.7436%, 54.1176%);
  --theme-color-primary-h: 22;
  --theme-color-primary-s: 89.7436%;
  --theme-color-primary-l: 54.1176%;
  --theme-color-secondary: rgb(215, 98, 29);
  --theme-color-secondary-r: 215;
  --theme-color-secondary-g: 98;
  --theme-color-secondary-b: 29;
  --theme-color-secondary-hex: #d7621d;
  --theme-color-secondary-hsl: hsl(22.2581, 76.2295%, 47.8431%);
  --theme-color-secondary-h: 22.2581;
  --theme-color-secondary-s: 76.2295%;
  --theme-color-secondary-l: 47.8431%;
}
