:root {
  --theme-color-primary: rgb(255, 129, 54);
  --theme-color-primary-r: 255;
  --theme-color-primary-g: 129;
  --theme-color-primary-b: 54;
  --theme-color-primary-hex: #ff8136;
  --theme-color-primary-hsl: hsl(22.3881, 100%, 60.5882%);
  --theme-color-primary-h: 22.3881;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 60.5882%;
  --theme-color-secondary: rgb(0, 170, 173);
  --theme-color-secondary-r: 0;
  --theme-color-secondary-g: 170;
  --theme-color-secondary-b: 173;
  --theme-color-secondary-hex: #00aaad;
  --theme-color-secondary-hsl: hsl(181.0405, 100%, 33.9216%);
  --theme-color-secondary-h: 181.0405;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 33.9216%;
}
