
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Noto Sans", sans-serif;  --header-font-family: "Cormorant Garamond", serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 200, 100%, 25%;  --primary-rgb: 200, 100%, 25%;  --primary-bg-hover-focus: 200, 100%, 20%;  --primary-bg-active: 200, 100%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 200, 100%, 11%;  --primary-light: 200, 100%, 45%;  --secondary: 357, 79%, 39%;  --secondary-rgb: 357, 79%, 39%;  --secondary-bg-hover-focus: 357, 79%, 34%;  --secondary-bg-active: 357, 79%, 29%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 357, 79%, 19%;  --secondary-light: 357, 79%, 59%;  --accent: 30, 61%, 61%;  --accent-rgb: 30, 61%, 61%;  --accent-bg-hover-focus: 30, 61%, 56%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 97%;  --shade-rgb: 0, 0%, 97%;  --shade-bg-hover-focus: 0, 0%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 206, 39%, 47%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 206, 39%, 42%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .row-columns .columns .column-text h2,.row-columns .columns .column-text h3,.row-columns .columns .column-text h4,.row-columns .columns .column-text h5,.row-columns .columns .column-text h6,.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; }  