/* Increase logo size but keep it responsive */
.md-header__button.md-logo img {
    max-height: 120px !important; /* Increase size but let it scale */
    width: auto !important;
    padding-right: 15px; /* Small padding for spacing */
}

/* Ensure dark mode applies globally */
:root {
    --md-default-bg-color: #121212 !important;  /* Dark mode background */
    --md-default-fg-color: #ffffff !important;  /* White text */
}

