
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato", sans-serif;  --header-font-family: "Gloria Hallelujah", cursive;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 204, 66%, 44%;  --primary-rgb: 204, 66%, 44%;  --primary-bg-hover-focus: 204, 66%, 39%;  --primary-bg-active: 204, 66%, 37%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 204, 66%, 30%;  --primary-light: 204, 66%, 64%;  --secondary: 204, 65%, 49%;  --secondary-rgb: 204, 65%, 49%;  --secondary-bg-hover-focus: 204, 65%, 44%;  --secondary-bg-active: 204, 65%, 39%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 204, 65%, 29%;  --secondary-light: 204, 65%, 69%;  --accent: 24, 66%, 44%;  --accent-rgb: 24, 66%, 44%;  --accent-bg-hover-focus: 24, 66%, 39%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 45, 19%, 88%;  --shade-rgb: 45, 19%, 88%;  --shade-bg-hover-focus: 45, 19%, 83%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 15%;  --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; }  