
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Nunito Sans", sans-serif;  --header-font-family: "Alata", sans-serif;  --logo-max-width: 200px;  --primary: 229, 50%, 31%;  --primary-rgb: 229, 50%, 31%;  --primary-bg-hover-focus: 229, 50%, 26%;  --primary-bg-active: 229, 50%, 24%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 229, 50%, 17%;  --primary-light: 229, 50%, 51%;  --secondary: 86, 54%, 51%;  --secondary-rgb: 86, 54%, 51%;  --secondary-bg-hover-focus: 86, 54%, 46%;  --secondary-bg-active: 86, 54%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 86, 54%, 31%;  --secondary-light: 86, 54%, 71%;  --accent: 35, 98%, 58%;  --accent-rgb: 35, 98%, 58%;  --accent-bg-hover-focus: 35, 98%, 53%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 95%;  --shade-rgb: 0, 0%, 95%;  --shade-bg-hover-focus: 0, 0%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 234, 100%, 12%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 234, 100%, 7%;  --accentbar-height:5px;  --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)); }  