/*
 * Material Icons CSS - Fixed Version
 * Ensures proper loading and display of Material Design Icons
 */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  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;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/* Size variations */
.mi-xxxs { font-size: 12px; }
.mi-xxs { font-size: 14px; }
.mi-xs { font-size: 16px; }
.mi-sm { font-size: 18px; }
.mi-md { font-size: 24px; }
.mi-lg { font-size: 36px; }
.mi-xlg { font-size: 48px; }
.mi-xxlg { font-size: 64px; }
.mi-xxxlg { font-size: 96px; }
