:root {
  --theme-color-primary: rgb(39, 36, 93);
  --theme-color-primary-r: 39;
  --theme-color-primary-g: 36;
  --theme-color-primary-b: 93;
  --theme-color-primary-hex: #27245d;
  --theme-color-primary-hsl: hsl(243.1579, 44.186%, 25.2941%);
  --theme-color-primary-h: 243.1579;
  --theme-color-primary-s: 44.186%;
  --theme-color-primary-l: 25.2941%;
  --theme-color-primary-contrast-color: "light";
  --theme-color-secondary: rgb(77, 138, 197);
  --theme-color-secondary-r: 77;
  --theme-color-secondary-g: 138;
  --theme-color-secondary-b: 197;
  --theme-color-secondary-hex: #4d8ac5;
  --theme-color-secondary-hsl: hsl(209.5, 50.8475%, 53.7255%);
  --theme-color-secondary-h: 209.5;
  --theme-color-secondary-s: 50.8475%;
  --theme-color-secondary-l: 53.7255%;
  --theme-color-secondary-contrast-color: "light";
  --theme-color-accent: rgb(225, 111, 89);
  --theme-color-accent-r: 225;
  --theme-color-accent-g: 111;
  --theme-color-accent-b: 89;
  --theme-color-accent-hex: #e16f59;
  --theme-color-accent-hsl: hsl(9.7059, 69.3878%, 61.5686%);
  --theme-color-accent-h: 9.7059;
  --theme-color-accent-s: 69.3878%;
  --theme-color-accent-l: 61.5686%;
  --theme-color-accent-contrast-color: "light";
  --theme-body-background-color: rgb(221, 226, 231);
  --theme-body-background-color-r: 221;
  --theme-body-background-color-g: 226;
  --theme-body-background-color-b: 231;
  --theme-body-background-color-hex: #dde2e7;
  --theme-body-background-color-hsl: hsl(210, 17.2414%, 88.6275%);
  --theme-body-background-color-h: 210;
  --theme-body-background-color-s: 17.2414%;
  --theme-body-background-color-l: 88.6275%;
  --theme-logo-vector: url("https://vsae.nl/_/site-application/site/1/user-param/344134/svg/theme-logo-vector");
  --theme-logo-vector-diapositive: url("https://vsae.nl/_/site-application/site/1/user-param/344134/svg/theme-logo-vector-diapositive");
  --theme-logo-orientation: "landscape";
  --theme-font-family-base: "lato-v24-latin";
  --theme-font-family-heading: "montserrat-v26-latin";
  --theme-border-radius: 1;
  --theme-header-type: 3;
  --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-footer-background-color: rgb(39, 36, 93);
  --theme-footer-background-color-r: 39;
  --theme-footer-background-color-g: 36;
  --theme-footer-background-color-b: 93;
  --theme-footer-background-color-hex: #27245d;
  --theme-footer-background-color-hsl: hsl(243.1579, 44.186%, 25.2941%);
  --theme-footer-background-color-h: 243.1579;
  --theme-footer-background-color-s: 44.186%;
  --theme-footer-background-color-l: 25.2941%;
  --theme-footer-logo: "standard";
  --theme-footer-text-color: "light";
}
