:root {
  --theme-color-primary: rgb(138, 201, 197);
  --theme-color-primary-r: 138;
  --theme-color-primary-g: 201;
  --theme-color-primary-b: 197;
  --theme-color-primary-hex: #8ac9c5;
  --theme-color-primary-hsl: hsl(176.1905, 36.8421%, 66.4706%);
  --theme-color-primary-h: 176.1905;
  --theme-color-primary-s: 36.8421%;
  --theme-color-primary-l: 66.4706%;
  --theme-color-secondary: rgb(90, 127, 123);
  --theme-color-secondary-r: 90;
  --theme-color-secondary-g: 127;
  --theme-color-secondary-b: 123;
  --theme-color-secondary-hex: #5a7f7b;
  --theme-color-secondary-hsl: hsl(173.5135, 17.0507%, 42.549%);
  --theme-color-secondary-h: 173.5135;
  --theme-color-secondary-s: 17.0507%;
  --theme-color-secondary-l: 42.549%;
}
