:root {
  --theme-color-primary: rgb(12, 58, 77);
  --theme-color-primary-r: 12;
  --theme-color-primary-g: 58;
  --theme-color-primary-b: 77;
  --theme-color-primary-hex: #0c3a4d;
  --theme-color-primary-hsl: hsl(197.5385, 73.0337%, 17.451%);
  --theme-color-primary-h: 197.5385;
  --theme-color-primary-s: 73.0337%;
  --theme-color-primary-l: 17.451%;
  --theme-color-secondary: rgb(230, 193, 124);
  --theme-color-secondary-r: 230;
  --theme-color-secondary-g: 193;
  --theme-color-secondary-b: 124;
  --theme-color-secondary-hex: #e6c17c;
  --theme-color-secondary-hsl: hsl(39.0566, 67.9487%, 69.4118%);
  --theme-color-secondary-h: 39.0566;
  --theme-color-secondary-s: 67.9487%;
  --theme-color-secondary-l: 69.4118%;
}
