/* Apply Helvetica Neue to all text, excluding icons */
body, html, .content, .title, .subtitle, .breadcrumb, .file-name, .dialog, .item-label, .menu-text, .text, span:not([class*="material"]) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* Preserve icon font */
.material-icons {
  font-family: "Material Icons" !important;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
