:root {
  --front-grayscale: 0;
  --theme-color-primary: rgb(27, 62, 147);
  --theme-color-primary-r: 27;
  --theme-color-primary-g: 62;
  --theme-color-primary-b: 147;
  --theme-color-primary-hex: #1b3e93;
  --theme-color-primary-hsl: hsl(222.5, 68.9655%, 34.1176%);
  --theme-color-primary-h: 222.5;
  --theme-color-primary-s: 68.9655%;
  --theme-color-primary-l: 34.1176%;
  --theme-color-secondary: rgb(27, 62, 147);
  --theme-color-secondary-r: 27;
  --theme-color-secondary-g: 62;
  --theme-color-secondary-b: 147;
  --theme-color-secondary-hex: #1b3e93;
  --theme-color-secondary-hsl: hsl(222.5, 68.9655%, 34.1176%);
  --theme-color-secondary-h: 222.5;
  --theme-color-secondary-s: 68.9655%;
  --theme-color-secondary-l: 34.1176%;
}
