:root {
  --theme-color-primary: rgb(67, 149, 202);
  --theme-color-primary-r: 67;
  --theme-color-primary-g: 149;
  --theme-color-primary-b: 202;
  --theme-color-primary-hex: #4395ca;
  --theme-color-primary-hsl: hsl(203.5556, 56.0166%, 52.7451%);
  --theme-color-primary-h: 203.5556;
  --theme-color-primary-s: 56.0166%;
  --theme-color-primary-l: 52.7451%;
  --theme-color-secondary: rgb(115, 20, 62);
  --theme-color-secondary-r: 115;
  --theme-color-secondary-g: 20;
  --theme-color-secondary-b: 62;
  --theme-color-secondary-hex: #73143e;
  --theme-color-secondary-hsl: hsl(333.4737, 70.3704%, 26.4706%);
  --theme-color-secondary-h: 333.4737;
  --theme-color-secondary-s: 70.3704%;
  --theme-color-secondary-l: 26.4706%;
}
