
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Open Sans", sans-serif;  --header-font-family: "Open Sans", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 208, 73%, 43%;  --primary-rgb: 208, 73%, 43%;  --primary-bg-hover-focus: 208, 73%, 38%;  --primary-bg-active: 208, 73%, 36%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 208, 73%, 29%;  --primary-light: 208, 73%, 63%;  --secondary: 199, 100%, 42%;  --secondary-rgb: 199, 100%, 42%;  --secondary-bg-hover-focus: 199, 100%, 37%;  --secondary-bg-active: 199, 100%, 32%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 199, 100%, 22%;  --secondary-light: 199, 100%, 62%;  --accent: 183, 55%, 43%;  --accent-rgb: 183, 55%, 43%;  --accent-bg-hover-focus: 183, 55%, 38%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 2%, 92%;  --shade-rgb: 0, 2%, 92%;  --shade-bg-hover-focus: 0, 2%, 87%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 40%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 35%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .wysiwyg h2:not(.section__title):not(.card__title),.wysiwyg h3:not(.section__title):not(.card__title):not(.faq__title),.wysiwyg h4:not(.section__title):not(.card__title),.wysiwyg h5:not(.section__title):not(.card__title),.wysiwyg h6:not(.section__title):not(.card__title) { color: hsl(var(--primary)) !important; }  