:root {
  --theme-color-primary: rgb(25, 130, 246);
  --theme-color-primary-r: 25;
  --theme-color-primary-g: 130;
  --theme-color-primary-b: 246;
  --theme-color-primary-hex: #1982f6;
  --theme-color-primary-hsl: hsl(211.4932, 92.4686%, 53.1373%);
  --theme-color-primary-h: 211.4932;
  --theme-color-primary-s: 92.4686%;
  --theme-color-primary-l: 53.1373%;
  --theme-color-secondary: rgb(23, 117, 223);
  --theme-color-secondary-r: 23;
  --theme-color-secondary-g: 117;
  --theme-color-secondary-b: 223;
  --theme-color-secondary-hex: #1775df;
  --theme-color-secondary-hsl: hsl(211.8, 81.3008%, 48.2353%);
  --theme-color-secondary-h: 211.8;
  --theme-color-secondary-s: 81.3008%;
  --theme-color-secondary-l: 48.2353%;
}
