/* Apply the Alnoms Text Gradient to the Header Title */
.md-header__title .md-ellipsis {
    background: linear-gradient(to right, #8BD400 0%, #00BCD4 35%, #FFB300 70%, #FF6F00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Optional: Make the GitHub icon match the Alnoms Blue */
.md-header__button.md-icon {
    color: #00BCD4;
}
