
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Nunito", sans-serif;  --header-font-family: "EB Garamond", serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 210, 47%, 50%;  --primary-rgb: 210, 47%, 50%;  --primary-bg-hover-focus: 210, 47%, 45%;  --primary-bg-active: 210, 47%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 210, 47%, 36%;  --primary-light: 210, 47%, 70%;  --secondary: 218, 42%, 70%;  --secondary-rgb: 218, 42%, 70%;  --secondary-bg-hover-focus: 218, 42%, 65%;  --secondary-bg-active: 218, 42%, 60%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 218, 42%, 50%;  --secondary-light: 218, 42%, 90%;  --accent: 30, 47%, 50%;  --accent-rgb: 30, 47%, 50%;  --accent-bg-hover-focus: 30, 47%, 45%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 98%;  --shade-rgb: 0, 0%, 98%;  --shade-bg-hover-focus: 0, 0%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 210, 46%, 22%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 210, 46%, 17%;  --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; }  