/* FHIR family-specific colors */
:root {
  --navbar-bg-color: #400b43; /* 2. Header container color */
  --footer-container-bg-color: #400b43; /* 4. Footer container color */
  --btn-hover-color: #330037;  /* 6. Menu button hover color */
  --footer-hyperlink-text-color: #FB2064; /* 8. Footer hyperlink text color */
}
