
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "DM Sans", sans-serif;  --header-font-family: "Quicksand", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 15, 100%, 59%;  --primary-rgb: 15, 100%, 59%;  --primary-bg-hover-focus: 15, 100%, 54%;  --primary-bg-active: 15, 100%, 52%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 15, 100%, 45%;  --primary-light: 15, 100%, 79%;  --secondary: 190, 100%, 33%;  --secondary-rgb: 190, 100%, 33%;  --secondary-bg-hover-focus: 190, 100%, 28%;  --secondary-bg-active: 190, 100%, 23%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 190, 100%, 13%;  --secondary-light: 190, 100%, 53%;  --accent: 94, 50%, 51%;  --accent-rgb: 94, 50%, 51%;  --accent-bg-hover-focus: 94, 50%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 33, 47%, 96%;  --shade-rgb: 33, 47%, 96%;  --shade-bg-hover-focus: 33, 47%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 213, 9%, 45%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 213, 9%, 40%;  --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; }  