:root {
  --theme-color-primary: rgb(28, 46, 75);
  --theme-color-primary-r: 28;
  --theme-color-primary-g: 46;
  --theme-color-primary-b: 75;
  --theme-color-primary-hex: #1c2e4b;
  --theme-color-primary-hsl: hsl(217.0213, 45.6311%, 20.1961%);
  --theme-color-primary-h: 217.0213;
  --theme-color-primary-s: 45.6311%;
  --theme-color-primary-l: 20.1961%;
  --theme-color-secondary: rgb(20, 104, 178);
  --theme-color-secondary-r: 20;
  --theme-color-secondary-g: 104;
  --theme-color-secondary-b: 178;
  --theme-color-secondary-hex: #1468b2;
  --theme-color-secondary-hsl: hsl(208.1013, 79.798%, 38.8235%);
  --theme-color-secondary-h: 208.1013;
  --theme-color-secondary-s: 79.798%;
  --theme-color-secondary-l: 38.8235%;
}
