/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /* src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'); */
	 src: url('../fonts/MaterialIcons-Regular.eot'); /* IE9 Compat Modes */
  	 src: url('../fonts/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MaterialIcons-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MaterialIcons-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MaterialIcons-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	

}

.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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}