:root {
  --theme-color-primary: rgb(89, 180, 131);
  --theme-color-primary-r: 89;
  --theme-color-primary-g: 180;
  --theme-color-primary-b: 131;
  --theme-color-primary-hex: #59b483;
  --theme-color-primary-hsl: hsl(147.6923, 37.7593%, 52.7451%);
  --theme-color-primary-h: 147.6923;
  --theme-color-primary-s: 37.7593%;
  --theme-color-primary-l: 52.7451%;
  --theme-color-primary-contrast-color: "light";
  --theme-color-secondary: rgb(254, 203, 0);
  --theme-color-secondary-r: 254;
  --theme-color-secondary-g: 203;
  --theme-color-secondary-b: 0;
  --theme-color-secondary-hex: #fecb00;
  --theme-color-secondary-hsl: hsl(47.9528, 100%, 49.8039%);
  --theme-color-secondary-h: 47.9528;
  --theme-color-secondary-s: 100%;
  --theme-color-secondary-l: 49.8039%;
  --theme-logo-vector: url("https://obligatieplan.tcroomburg.nl/_/site-application/site/1/user-param/6104a3/svg/theme-logo-vector");
  --theme-font-family-base: "open-sans-v36-latin";
  --theme-font-family-heading: "roboto-v30-latin";
  --theme-border-radius: 3;
}
