:root {
    --md-primary-fg-color: #0000cd; /* Custom primary foreground color */
}

/* Adjust logo size */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 4.4rem;
    width: 4.4rem;
}

/* Adjust site title font size */
.md-header__title {
    font-size: 2rem; /* Adjust this value as needed */
    font-weight: bold; /* Optional: Adjust font weight */
}
