:root {
  --theme-color-primary: rgb(0, 104, 219);
  --theme-color-primary-r: 0;
  --theme-color-primary-g: 104;
  --theme-color-primary-b: 219;
  --theme-color-primary-hex: #0068db;
  --theme-color-primary-hsl: hsl(211.5068, 100%, 42.9412%);
  --theme-color-primary-h: 211.5068;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 42.9412%;
  --theme-color-secondary: rgb(0, 91, 193);
  --theme-color-secondary-r: 0;
  --theme-color-secondary-g: 91;
  --theme-color-secondary-b: 193;
  --theme-color-secondary-hex: #005bc1;
  --theme-color-secondary-hsl: hsl(211.7098, 100%, 37.8431%);
  --theme-color-secondary-h: 211.7098;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 37.8431%;
}
