/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
.material-icons {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24 !important;
font-family: 'Material Symbols Outlined'  !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 24px !important;
line-height: 1 !important;
letter-spacing: normal !important;
text-transform: none !important;
display: inline-block !important;
white-space: nowrap !important;
word-wrap: normal !important;
direction: ltr !important;
-webkit-font-feature-settings: 'liga' !important;
-webkit-font-smoothing: antialiased !important;
}