@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/materialdesignicons-webfont.woff2") format("woff2"),
       url("../fonts/materialdesignicons-webfont.woff") format("woff"),
       url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mdi,
.mdi-set,
.mdi:before {
  display: inline-block;
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

[class^="mdi-"]:before,
[class*=" mdi-"]:before {
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

