:root { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }

body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif !important;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Prevent icon fonts from rendering missing glyph boxes */
[class*="fa-"], [class^="fa-"], .fa, .fas, .fab, .ion, .material-icons {
  font-family: inherit !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
}
