:root {
  --theme-color-primary: rgb(0, 173, 238);
  --theme-color-primary-r: 0;
  --theme-color-primary-g: 173;
  --theme-color-primary-b: 238;
  --theme-color-primary-hex: #00adee;
  --theme-color-primary-hsl: hsl(196.3866, 100%, 46.6667%);
  --theme-color-primary-h: 196.3866;
  --theme-color-primary-s: 100%;
  --theme-color-primary-l: 46.6667%;
  --theme-color-secondary: rgb(254, 220, 23);
  --theme-color-secondary-r: 254;
  --theme-color-secondary-g: 220;
  --theme-color-secondary-b: 23;
  --theme-color-secondary-hex: #fedc17;
  --theme-color-secondary-hsl: hsl(51.1688, 99.1416%, 54.3137%);
  --theme-color-secondary-h: 51.1688;
  --theme-color-secondary-s: 99.1416%;
  --theme-color-secondary-l: 54.3137%;
  --theme-logo-vector: url("https://www.svflow.nl/_/site-application/site/1/user-param/2f4e0a/svg/theme-logo-vector");
  --theme-logo-orientation: "landscape";
  --theme-border-radius: 2;
}
