@font-face {
  font-family: 'Material-Icons';
  src:  url('fonts/Material-Icons.eot?3379e9');
  src:  url('fonts/Material-Icons.eot?3379e9#iefix') format('embedded-opentype'),
    url('fonts/Material-Icons.ttf?3379e9') format('truetype'),
    url('fonts/Material-Icons.woff?3379e9') format('woff'),
    url('fonts/Material-Icons.svg?3379e9#Material-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.materialicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Material-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.materialicon-play_circle_filled:before {
  content: "\e900";
}
.materialicon-keyboard_arrow_down:before {
  content: "\e901";
}
.materialicon-keyboard_arrow_left:before {
  content: "\e902";
}
.materialicon-keyboard_arrow_right:before {
  content: "\e903";
}
.materialicon-keyboard_arrow_up:before {
  content: "\e904";
}
.materialicon-arrow_forward:before {
  content: "\e905";
}
.materialicon-check:before {
  content: "\e906";
}
.materialicon-arrow_back_ios:before {
  content: "\e907";
}
.materialicon-arrow_forward_ios:before {
  content: "\e908";
}
.materialicon-phone_in_talk:before {
  content: "\e909";
}
.materialicon-public:before {
  content: "\e90a";
}
.materialicon-account_circle:before {
  content: "\e90b";
}
.materialicon-home:before {
  content: "\e90c";
}
.materialicon-contact_support:before {
  content: "\e90d";
}
.materialicon-phone_enabled:before {
  content: "\e90e";
}
