

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Icons";
  src: url("MaterialDesign/fonts/materialdesignicons-webfont.eot?v=4.9.95");
  src: url("MaterialDesign/fonts/materialdesignicons-webfont.eot?#iefix&v=4.9.95") format("embedded-opentype"), 
	   url("MaterialDesign/fonts/materialdesignicons-webfont.woff2?v=4.9.95") format("woff2"), 
	   url("MaterialDesign/fonts/materialdesignicons-webfont.woff?v=4.9.95") format("woff"), 
	   url("MaterialDesign/fonts/materialdesignicons-webfont.ttf?v=4.9.95") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialDesign/fonts/Material-Icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material 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;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
