/* Material Design Icons - local font face (v6.9.96) */
@font-face{
  font-family:"Material Design Icons";
  src: url("./fonts/materialdesignicons-webfont.woff2?v=6.9.96") format("woff2"),
       url("./fonts/materialdesignicons-webfont.woff?v=6.9.96") format("woff"),
       url("./fonts/materialdesignicons-webfont.ttf?v=6.9.96") format("truetype");
  font-weight:normal;
  font-style:normal;
  font-display:block;
}
.mdi{font:normal normal normal 24px/1 "Material Design Icons";display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/* minimal glyph mapping for stars in case site relies on classes */
.mdi-star:before{content:"\F04CE"}
.mdi-star-outline:before{content:"\F04D2"}
.mdi-star-half:before,.mdi-star-half-full:before{content:"\F0246"}
