:root {
  --theme-color-primary: rgb(204, 45, 48);
  --theme-color-primary-r: 204;
  --theme-color-primary-g: 45;
  --theme-color-primary-b: 48;
  --theme-color-primary-hex: #cc2d30;
  --theme-color-primary-hsl: hsl(358.8679, 63.8554%, 48.8235%);
  --theme-color-primary-h: 358.8679;
  --theme-color-primary-s: 63.8554%;
  --theme-color-primary-l: 48.8235%;
  --theme-color-secondary: rgb(117, 120, 123);
  --theme-color-secondary-r: 117;
  --theme-color-secondary-g: 120;
  --theme-color-secondary-b: 123;
  --theme-color-secondary-hex: #75787b;
  --theme-color-secondary-hsl: hsl(210, 2.5%, 47.0588%);
  --theme-color-secondary-h: 210;
  --theme-color-secondary-s: 2.5%;
  --theme-color-secondary-l: 47.0588%;
  --theme-body-background-color: rgb(255, 249, 249);
  --theme-body-background-color-r: 255;
  --theme-body-background-color-g: 249;
  --theme-body-background-color-b: 249;
  --theme-body-background-color-hex: #fff9f9;
  --theme-body-background-color-hsl: hsl(0, 100%, 98.8235%);
  --theme-body-background-color-h: 0;
  --theme-body-background-color-s: 100%;
  --theme-body-background-color-l: 98.8235%;
  --theme-logo-vector: url("https://panacea.nl/_/site-application/site/4/user-param/44ebbc/svg/theme-logo-vector");
  --theme-font-family-base: "lato-v24-latin";
  --theme-border-radius: 3;
  --theme-body-background-image: url("https://panacea.nl/_/site-application/site/4/user-param/44ebbc/svg/theme-body-background-image");
  --theme-footer-logo-vector: url("https://panacea.nl/_/site-application/site/4/user-param/44ebbc/svg/theme-footer-logo-vector");
}
