:root {
  --theme-color-primary: rgb(214, 104, 0);
  --theme-color-primary-r: 214;
  --theme-color-primary-g: 104;
  --theme-color-primary-b: 0;
  --theme-color-primary-hex: #d66800;
  --theme-color-primary-hsl: hsl(29.1589, 100%, 41.9608%);
  --theme-color-primary-h: 29.1589;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 41.9608%;
  --theme-color-secondary: rgb(221, 150, 49);
  --theme-color-secondary-r: 221;
  --theme-color-secondary-g: 150;
  --theme-color-secondary-b: 49;
  --theme-color-secondary-hex: #dd9631;
  --theme-color-secondary-hsl: hsl(35.2326, 71.6667%, 52.9412%);
  --theme-color-secondary-h: 35.2326;
  --theme-color-secondary-s: 71.6667%;
  --theme-color-secondary-l: 52.9412%;
}
