
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "League Spartan", sans-serif;  --header-font-family: "League Spartan", sans-serif;  --logo-max-width: 150px;  --primary: 209, 100%, 33%;  --primary-rgb: 209, 100%, 33%;  --primary-bg-hover-focus: 209, 100%, 28%;  --primary-bg-active: 209, 100%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 209, 100%, 19%;  --primary-light: 209, 100%, 53%;  --secondary: 198, 100%, 44%;  --secondary-rgb: 198, 100%, 44%;  --secondary-bg-hover-focus: 198, 100%, 39%;  --secondary-bg-active: 198, 100%, 34%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 198, 100%, 24%;  --secondary-light: 198, 100%, 64%;  --accent: 358, 80%, 52%;  --accent-rgb: 358, 80%, 52%;  --accent-bg-hover-focus: 358, 80%, 47%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 60, 5%, 93%;  --shade-rgb: 60, 5%, 93%;  --shade-bg-hover-focus: 60, 5%, 88%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 209, 100%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 209, 100%, 9%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .location-buttons .button.shoprx,.location-buttons .button.shoprx:visited { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-bg-text)); }  .location-buttons .button.shoprx:hover,.location-buttons .button.shoprx:focus { background-color: hsl(var(--secondary-bg-hover-focus)); 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)); }  .location-buttons .button.appt:hover,.location-buttons .button.appt:focus { background-color: hsl(var(--primary-bg-hover-focus)); color: hsl(var(--primary-bg-text)); }  .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; }  