:root {
  --theme-color-primary: rgb(206, 20, 47);
  --theme-color-primary-r: 206;
  --theme-color-primary-g: 20;
  --theme-color-primary-b: 47;
  --theme-color-primary-hex: #ce142f;
  --theme-color-primary-hsl: hsl(351.2903, 82.3009%, 44.3137%);
  --theme-color-primary-h: 351.2903;
  --theme-color-primary-s: 82.3009%;
  --theme-color-primary-l: 44.3137%;
  --theme-color-primary-contrast-color: "light";
  --theme-color-secondary: rgb(104, 10, 23);
  --theme-color-secondary-r: 104;
  --theme-color-secondary-g: 10;
  --theme-color-secondary-b: 23;
  --theme-color-secondary-hex: #680a17;
  --theme-color-secondary-hsl: hsl(351.7021, 82.4561%, 22.3529%);
  --theme-color-secondary-h: 351.7021;
  --theme-color-secondary-s: 82.4561%;
  --theme-color-secondary-l: 22.3529%;
  --theme-color-secondary-contrast-color: "light";
  --theme-color-accent: rgb(206, 20, 47);
  --theme-color-accent-r: 206;
  --theme-color-accent-g: 20;
  --theme-color-accent-b: 47;
  --theme-color-accent-hex: #ce142f;
  --theme-color-accent-hsl: hsl(351.2903, 82.3009%, 44.3137%);
  --theme-color-accent-h: 351.2903;
  --theme-color-accent-s: 82.3009%;
  --theme-color-accent-l: 44.3137%;
  --theme-color-accent-contrast-color: "light";
  --theme-body-background-color: rgb(255, 255, 255);
  --theme-body-background-color-r: 255;
  --theme-body-background-color-g: 255;
  --theme-body-background-color-b: 255;
  --theme-body-background-color-hex: #ffffff;
  --theme-body-background-color-hsl: hsl(0, 0%, 100%);
  --theme-body-background-color-h: 0;
  --theme-body-background-color-s: 0%;
  --theme-body-background-color-l: 100%;
  --theme-logo-raster: url("https://vedis.org/_/site-application/site/1/user-param/44f857/image/theme-logo-raster");
  --theme-logo-raster-diapositive: url("https://vedis.org/_/site-application/site/1/user-param/44f857/image/theme-logo-raster-diapositive");
  --theme-logo-orientation: "landscape";
  --theme-font-family-base: "lato-v24-latin";
  --theme-font-family-heading: "lato-v24-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-footer-background-color: rgb(186, 30, 31);
  --theme-footer-background-color-r: 186;
  --theme-footer-background-color-g: 30;
  --theme-footer-background-color-b: 31;
  --theme-footer-background-color-hex: #ba1e1f;
  --theme-footer-background-color-hsl: hsl(359.6154, 72.2222%, 42.3529%);
  --theme-footer-background-color-h: 359.6154;
  --theme-footer-background-color-s: 72.2222%;
  --theme-footer-background-color-l: 42.3529%;
  --theme-footer-text-color: "light";
}
