:root {
  --theme-color-primary: rgb(185, 17, 42);
  --theme-color-primary-r: 185;
  --theme-color-primary-g: 17;
  --theme-color-primary-b: 42;
  --theme-color-primary-hex: #b9112a;
  --theme-color-primary-hsl: hsl(351.0714, 83.1683%, 39.6078%);
  --theme-color-primary-h: 351.0714;
  --theme-color-primary-s: 83.1683%;
  --theme-color-primary-l: 39.6078%;
  --theme-color-primary-contrast-color: "light";
  --theme-color-secondary: rgb(104, 9, 23);
  --theme-color-secondary-r: 104;
  --theme-color-secondary-g: 9;
  --theme-color-secondary-b: 23;
  --theme-color-secondary-hex: #680917;
  --theme-color-secondary-hsl: hsl(351.1579, 84.0708%, 22.1569%);
  --theme-color-secondary-h: 351.1579;
  --theme-color-secondary-s: 84.0708%;
  --theme-color-secondary-l: 22.1569%;
  --theme-color-secondary-contrast-color: "light";
  --theme-color-accent: rgb(248, 195, 3);
  --theme-color-accent-r: 248;
  --theme-color-accent-g: 195;
  --theme-color-accent-b: 3;
  --theme-color-accent-hex: #f8c303;
  --theme-color-accent-hsl: hsl(47.0204, 97.6096%, 49.2157%);
  --theme-color-accent-h: 47.0204;
  --theme-color-accent-s: 97.6096%;
  --theme-color-accent-l: 49.2157%;
  --theme-color-accent-contrast-color: "dark";
  --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-vector: url("https://www.sdrl.nl/_/site-application/site/1/user-param/215a30/svg/theme-logo-vector");
  --theme-logo-raster: url("https://www.sdrl.nl/_/site-application/site/1/user-param/215a30/image/theme-logo-raster");
  --theme-logo-orientation: "landscape";
  --theme-font-family-base: "source-sans-3-v15-latin";
  --theme-font-family-heading: "crimson-pro-v28-latin";
  --theme-border-radius: 1;
  --theme-header-type: 2;
  --theme-header-background-color: rgb(147, 12, 32);
  --theme-header-background-color-r: 147;
  --theme-header-background-color-g: 12;
  --theme-header-background-color-b: 32;
  --theme-header-background-color-hex: #930c20;
  --theme-header-background-color-hsl: hsl(351.1111, 84.9057%, 31.1765%);
  --theme-header-background-color-h: 351.1111;
  --theme-header-background-color-s: 84.9057%;
  --theme-header-background-color-l: 31.1765%;
  --theme-header-text-color: "light";
  --theme-footer-background-color: rgb(255, 255, 255);
  --theme-footer-background-color-r: 255;
  --theme-footer-background-color-g: 255;
  --theme-footer-background-color-b: 255;
  --theme-footer-background-color-hex: #ffffff;
  --theme-footer-background-color-hsl: hsl(0, 0%, 100%);
  --theme-footer-background-color-h: 0;
  --theme-footer-background-color-s: 0%;
  --theme-footer-background-color-l: 100%;
  --theme-footer-logo-type: 1;
  --theme-footer-text-color: "dark";
}
