
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Quicksand", sans-serif;  --header-font-family: "Questrial", sans-serif;  --logo-max-width: 200px;  --primary: 252, 75%, 20%;  --primary-rgb: 252, 75%, 20%;  --primary-bg-hover-focus: 252, 75%, 15%;  --primary-bg-active: 252, 75%, 13%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 252, 75%, 6%;  --primary-light: 252, 75%, 40%;  --secondary: 0, 100%, 37%;  --secondary-rgb: 0, 100%, 37%;  --secondary-bg-hover-focus: 0, 100%, 32%;  --secondary-bg-active: 0, 100%, 27%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 0, 100%, 17%;  --secondary-light: 0, 100%, 57%;  --accent: 120, 100%, 28%;  --accent-rgb: 120, 100%, 28%;  --accent-bg-hover-focus: 120, 100%, 23%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 200, 60%, 96%;  --shade-rgb: 200, 60%, 96%;  --shade-bg-hover-focus: 200, 60%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 250, 74%, 6%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 250, 74%, 1%;  --accentbar-height:10px;  --accentbar-color:hsl(var(--primary));  --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; }  