:root {
  --theme-color-primary: rgb(105, 78, 24);
  --theme-color-primary-r: 105;
  --theme-color-primary-g: 78;
  --theme-color-primary-b: 24;
  --theme-color-primary-hex: #694e18;
  --theme-color-primary-hsl: hsl(40, 62.7907%, 25.2941%);
  --theme-color-primary-h: 40;
  --theme-color-primary-s: 62.7907%;
  --theme-color-primary-l: 25.2941%;
  --theme-color-secondary: rgb(249, 174, 0);
  --theme-color-secondary-r: 249;
  --theme-color-secondary-g: 174;
  --theme-color-secondary-b: 0;
  --theme-color-secondary-hex: #f9ae00;
  --theme-color-secondary-hsl: hsl(41.9277, 100%, 48.8235%);
  --theme-color-secondary-h: 41.9277;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 48.8235%;
}
