/* Fix for Material Design Icons font loading */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('/static/fonts/material-design/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
       url('/static/fonts/material-design/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
       url('/static/fonts/material-design/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Ensure all icon classes use the correct font */
[class*=' md-'],
[class^=md-] {
  font-family: 'Material-Design-Iconic-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
