:root {
  --theme-color-primary: rgb(0, 138, 73);
  --theme-color-primary-r: 0;
  --theme-color-primary-g: 138;
  --theme-color-primary-b: 73;
  --theme-color-primary-hex: #008a49;
  --theme-color-primary-hsl: hsl(151.7391, 100%, 27.0588%);
  --theme-color-primary-h: 151.7391;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 27.0588%;
  --theme-color-secondary: rgb(255, 203, 20);
  --theme-color-secondary-r: 255;
  --theme-color-secondary-g: 203;
  --theme-color-secondary-b: 20;
  --theme-color-secondary-hex: #ffcb14;
  --theme-color-secondary-hsl: hsl(46.7234, 100%, 53.9216%);
  --theme-color-secondary-h: 46.7234;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 53.9216%;
}
