
/* Restore Font Awesome 3.x webfont */
@font-face {
  font-family: 'FontAwesome';
  src: url('/font/fontawesome-webfont.eot');
  src: url('/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('/font/fontawesome-webfont.woff') format('woff'),
       url('/font/fontawesome-webfont.ttf') format('truetype'),
       url('/font/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Ensure icon base rules */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome' !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Optional size helper */
.icon-medium { font-size: 1.25em; }
