
: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: "Zilla Slab", serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 176, 64%, 26%;  --primary-rgb: 176, 64%, 26%;  --primary-bg-hover-focus: 176, 64%, 21%;  --primary-bg-active: 176, 64%, 19%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 176, 64%, 12%;  --primary-light: 176, 64%, 46%;  --secondary: 15, 81%, 54%;  --secondary-rgb: 15, 81%, 54%;  --secondary-bg-hover-focus: 15, 81%, 49%;  --secondary-bg-active: 15, 81%, 44%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 15, 81%, 34%;  --secondary-light: 15, 81%, 74%;  --accent: 46, 90%, 51%;  --accent-rgb: 46, 90%, 51%;  --accent-bg-hover-focus: 46, 90%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 126, 42%, 85%;  --shade-rgb: 126, 42%, 85%;  --shade-bg-hover-focus: 126, 42%, 80%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 60, 33%, 70%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 60, 33%, 65%;  --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; }  