:root {
  --theme-color-primary: rgb(192, 57, 43);
  --theme-color-primary-r: 192;
  --theme-color-primary-g: 57;
  --theme-color-primary-b: 43;
  --theme-color-primary-hex: #c0392b;
  --theme-color-primary-hsl: hsl(5.6376, 63.4043%, 46.0784%);
  --theme-color-primary-h: 5.6376;
  --theme-color-primary-s: 63.4043%;
  --theme-color-primary-l: 46.0784%;
  --theme-color-secondary: rgb(59, 105, 81);
  --theme-color-secondary-r: 59;
  --theme-color-secondary-g: 105;
  --theme-color-secondary-b: 81;
  --theme-color-secondary-hex: #3b6951;
  --theme-color-secondary-hsl: hsl(148.6957, 28.0488%, 32.1569%);
  --theme-color-secondary-h: 148.6957;
  --theme-color-secondary-s: 28.0488%;
  --theme-color-secondary-l: 32.1569%;
  --theme-body-background-color: rgb(240, 248, 251);
  --theme-body-background-color-r: 240;
  --theme-body-background-color-g: 248;
  --theme-body-background-color-b: 251;
  --theme-body-background-color-hex: #f0f8fb;
  --theme-body-background-color-hsl: hsl(196.3636, 57.8947%, 96.2745%);
  --theme-body-background-color-h: 196.3636;
  --theme-body-background-color-s: 57.8947%;
  --theme-body-background-color-l: 96.2745%;
  --theme-font-family-base: "lato-v24-latin";
  --theme-font-family-heading: "oswald-v53-latin";
  --theme-border-radius: 1;
  --theme-header-type: 2;
  --theme-header-background-color: rgb(255, 255, 255);
  --theme-header-background-color-r: 255;
  --theme-header-background-color-g: 255;
  --theme-header-background-color-b: 255;
  --theme-header-background-color-hex: #ffffff;
  --theme-header-background-color-hsl: hsl(0, 0%, 100%);
  --theme-header-background-color-h: 0;
  --theme-header-background-color-s: 0%;
  --theme-header-background-color-l: 100%;
  --theme-header-text-color: "dark";
  --theme-header-border: 0;
  --theme-header-border-color: rgb(128, 67, 60);
  --theme-header-border-color-r: 128;
  --theme-header-border-color-g: 67;
  --theme-header-border-color-b: 60;
  --theme-header-border-color-hex: #80433c;
  --theme-header-border-color-hsl: hsl(6.1765, 36.1702%, 36.8627%);
  --theme-header-border-color-h: 6.1765;
  --theme-header-border-color-s: 36.1702%;
  --theme-header-border-color-l: 36.8627%;
  --theme-footer-background-color: rgb(128, 67, 60);
  --theme-footer-background-color-r: 128;
  --theme-footer-background-color-g: 67;
  --theme-footer-background-color-b: 60;
  --theme-footer-background-color-hex: #80433c;
  --theme-footer-background-color-hsl: hsl(6.1765, 36.1702%, 36.8627%);
  --theme-footer-background-color-h: 6.1765;
  --theme-footer-background-color-s: 36.1702%;
  --theme-footer-background-color-l: 36.8627%;
  --theme-footer-text-color: "light";
}
