/* Custom logo styling for light and dark themes */

/* Default logo for light theme (black logo on transparent background) */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  content: url("../images/eth_logo_kurz_pos.png");
}

/* Logo for dark theme (white logo on transparent background) */
[data-md-color-scheme="slate"] .md-header__button.md-logo img,
[data-md-color-scheme="slate"] .md-header__button.md-logo svg {
  content: url("../images/eth_logo_kurz_neg.png");
}

/* Ensure logo sizing */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.2rem;
  width: auto;
}
