:root {
  --theme-color-primary: rgb(149, 200, 117);
  --theme-color-primary-r: 149;
  --theme-color-primary-g: 200;
  --theme-color-primary-b: 117;
  --theme-color-primary-hex: #95c875;
  --theme-color-primary-hsl: hsl(96.8675, 43.0052%, 62.1569%);
  --theme-color-primary-h: 96.8675;
  --theme-color-primary-s: 43.0052%;
  --theme-color-primary-l: 62.1569%;
  --theme-color-secondary: rgb(225, 182, 92);
  --theme-color-secondary-r: 225;
  --theme-color-secondary-g: 182;
  --theme-color-secondary-b: 92;
  --theme-color-secondary-hex: #e1b65c;
  --theme-color-secondary-hsl: hsl(40.6015, 68.9119%, 62.1569%);
  --theme-color-secondary-h: 40.6015;
  --theme-color-secondary-s: 68.9119%;
  --theme-color-secondary-l: 62.1569%;
}
