/* Self-hosted Google Material Icons (offline-friendly, like the vendored bootstrap/jquery).
   Usage: <span class="material-icons mi">settings</span>  — the text is a ligature name. */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('MaterialIcons-Regular.ttf') format('truetype');
}

.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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* Inline helper: sizes the glyph to the surrounding text and aligns it on the baseline. */
.mi { font-size: 1.15em; vertical-align: -0.18em; line-height: 1; }
.mi-sm { font-size: 1em; vertical-align: -0.15em; }
.mi-lg { font-size: 1.4em; vertical-align: -0.25em; }
