:root {
  --theme-color-primary: rgb(6, 163, 166);
  --theme-color-primary-r: 6;
  --theme-color-primary-g: 163;
  --theme-color-primary-b: 166;
  --theme-color-primary-hex: #06a3a6;
  --theme-color-primary-hsl: hsl(181.125, 93.0233%, 33.7255%);
  --theme-color-primary-h: 181.125;
  --theme-color-primary-s: 93.0233%;
  --theme-color-primary-l: 33.7255%;
  --theme-color-secondary: rgb(0, 70, 81);
  --theme-color-secondary-r: 0;
  --theme-color-secondary-g: 70;
  --theme-color-secondary-b: 81;
  --theme-color-secondary-hex: #004651;
  --theme-color-secondary-hsl: hsl(188.1481, 100%, 15.8824%);
  --theme-color-secondary-h: 188.1481;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 15.8824%;
}
