/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
.md-nav__icon {
    display: inline-flex !important; /* or 'inline-block' */
    visibility: visible !important;
}
.md-nav__icon::before {
    /* replace with the correct icon code */
    font-family: 'Material Icons' !important;
}
