:root {
  --theme-color-primary: rgb(254, 125, 2);
  --theme-color-primary-r: 254;
  --theme-color-primary-g: 125;
  --theme-color-primary-b: 2;
  --theme-color-primary-hex: #fe7d02;
  --theme-color-primary-hsl: hsl(29.2857, 99.2126%, 50.1961%);
  --theme-color-primary-h: 29.2857;
  --theme-color-primary-s: 99.2126%;
  --theme-color-primary-l: 50.1961%;
  --theme-color-secondary: rgb(229, 113, 1);
  --theme-color-secondary-r: 229;
  --theme-color-secondary-g: 113;
  --theme-color-secondary-b: 1;
  --theme-color-secondary-hex: #e57101;
  --theme-color-secondary-hsl: hsl(29.4737, 99.1304%, 45.098%);
  --theme-color-secondary-h: 29.4737;
  --theme-color-secondary-s: 99.1304%;
  --theme-color-secondary-l: 45.098%;
}
