
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato", sans-serif;  --header-font-family: "Lato", sans-serif;  --logo-max-width: 300px;  --primary: 220, 100%, 30%;  --primary-rgb: 220, 100%, 30%;  --primary-bg-hover-focus: 220, 100%, 25%;  --primary-bg-active: 220, 100%, 23%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 220, 100%, 16%;  --primary-light: 220, 100%, 50%;  --secondary: 220, 100%, 75%;  --secondary-rgb: 220, 100%, 75%;  --secondary-bg-hover-focus: 220, 100%, 70%;  --secondary-bg-active: 220, 100%, 65%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 220, 100%, 55%;  --secondary-light: 220, 100%, 95%;  --accent: 0, 100%, 50%;  --accent-rgb: 0, 100%, 50%;  --accent-bg-hover-focus: 0, 100%, 45%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --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: 0, 0%, 60%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 55%;  --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),.post__body h2,.post__body h3,.post__body h4 { color: hsl(var(--primary)) !important; }  .location-buttons .button.shoprx, .location-buttons .button.shoprx:visited { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-bg-text)); }  .location-buttons .button.appt, .location-buttons .button.appt:visited { background-color: hsl(var(--primary)); color: hsl(var(--primary-bg-text)); }  