/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("materialdesignicons-webfont.eot?v=5.3.45");
  src: url("materialdesignicons-webfont.eot?#iefix&v=5.3.45") format("embedded-opentype"), url("materialdesignicons-webfont.woff2?v=5.3.45") format("woff2"), url("materialdesignicons-webfont.woff?v=5.3.45") format("woff"), url("materialdesignicons-webfont.ttf?v=5.3.45") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.material-icons {
  font-family: 'Material Design Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
