:root {
  --theme-color-primary: rgb(128, 125, 163);
  --theme-color-primary-r: 128;
  --theme-color-primary-g: 125;
  --theme-color-primary-b: 163;
  --theme-color-primary-hex: #807da3;
  --theme-color-primary-hsl: hsl(244.7368, 17.1171%, 56.4706%);
  --theme-color-primary-h: 244.7368;
  --theme-color-primary-s: 17.1171%;
  --theme-color-primary-l: 56.4706%;
  --theme-color-secondary: rgb(107, 105, 137);
  --theme-color-secondary-r: 107;
  --theme-color-secondary-g: 105;
  --theme-color-secondary-b: 137;
  --theme-color-secondary-hex: #6b6989;
  --theme-color-secondary-hsl: hsl(243.75, 13.2231%, 47.451%);
  --theme-color-secondary-h: 243.75;
  --theme-color-secondary-s: 13.2231%;
  --theme-color-secondary-l: 47.451%;
}
