/* Custom logo sizing */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.5rem;  /* Adjust this value to make logo bigger/smaller */
  width: auto;
}

/* Optional: Adjust logo in navigation sidebar */
.md-nav__title .md-logo img,
.md-nav__title .md-logo svg {
  height: 2.5rem;
  width: auto;
}
