:root {
  --theme-color-primary: rgb(69, 14, 89);
  --theme-color-primary-r: 69;
  --theme-color-primary-g: 14;
  --theme-color-primary-b: 89;
  --theme-color-primary-hex: #450e59;
  --theme-color-primary-hsl: hsl(284, 72.8155%, 20.1961%);
  --theme-color-primary-h: 284;
  --theme-color-primary-s: 72.8155%;
  --theme-color-primary-l: 20.1961%;
  --theme-color-secondary: rgb(77, 34, 179);
  --theme-color-secondary-r: 77;
  --theme-color-secondary-g: 34;
  --theme-color-secondary-b: 179;
  --theme-color-secondary-hex: #4d22b3;
  --theme-color-secondary-hsl: hsl(257.7931, 68.0751%, 41.7647%);
  --theme-color-secondary-h: 257.7931;
  --theme-color-secondary-s: 68.0751%;
  --theme-color-secondary-l: 41.7647%;
}
