/* Static site font/icon emergency fix - keep after theme CSS */
@font-face{
  font-family:'FontAwesome';
  src:url('/fix-assets/fonts/fontawesome-webfont.eot');
  src:url('/fix-assets/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
      url('/fix-assets/fonts/fontawesome-webfont.woff2') format('woff2'),
      url('/fix-assets/fonts/fontawesome-webfont.woff') format('woff'),
      url('/fix-assets/fonts/fontawesome-webfont.ttf') format('truetype'),
      url('/fix-assets/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
  font-display:block;
}
.fa,
[class^="fa-"],
[class*=" fa-"]{
  font-family:'FontAwesome' !important;
  font-style:normal !important;
  font-weight:normal !important;
  speak:none;
  display:inline-block;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa:before,
[class^="fa-"]:before,
[class*=" fa-"]:before{
  font-family:'FontAwesome' !important;
}
@font-face{
  font-family:'IcoMoon';
  src:url('/fix-assets/fonts/IcoMoon.eot');
  src:url('/fix-assets/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
      url('/fix-assets/fonts/IcoMoon.woff') format('woff'),
      url('/fix-assets/fonts/IcoMoon.ttf') format('truetype'),
      url('/fix-assets/fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight:normal;
  font-style:normal;
  font-display:block;
}
[class^="icon-"],
[class*=" icon-"]{
  font-family:'IcoMoon' !important;
  font-style:normal !important;
  font-weight:normal !important;
}

/* Bootstrap glyphicon fallback: use FontAwesome because original static export saved glyphicons as HTML files */
.glyphicon{font-family:'FontAwesome' !important;font-style:normal !important;font-weight:normal !important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.glyphicon-chevron-left:before{content:"\f053" !important;}
.glyphicon-chevron-right:before{content:"\f054" !important;}
.glyphicon-chevron-up:before{content:"\f077" !important;}
.glyphicon-chevron-down:before{content:"\f078" !important;}
.glyphicon-search:before{content:"\f002" !important;}
.glyphicon-remove:before,.glyphicon-remove-circle:before,.glyphicon-remove-sign:before{content:"\f00d" !important;}
.glyphicon-ok:before,.glyphicon-ok-circle:before,.glyphicon-ok-sign:before{content:"\f00c" !important;}
.glyphicon-plus:before,.glyphicon-plus-sign:before{content:"\f067" !important;}
.glyphicon-minus:before,.glyphicon-minus-sign:before{content:"\f068" !important;}
.glyphicon-home:before{content:"\f015" !important;}
.glyphicon-envelope:before{content:"\f0e0" !important;}
.glyphicon-phone:before,.glyphicon-earphone:before{content:"\f095" !important;}
.glyphicon-map-marker:before{content:"\f041" !important;}
.glyphicon-calendar:before{content:"\f073" !important;}
.glyphicon-time:before{content:"\f017" !important;}
.glyphicon-user:before{content:"\f007" !important;}
.glyphicon-file:before{content:"\f016" !important;}
.glyphicon-print:before{content:"\f02f" !important;}
.glyphicon-download:before,.glyphicon-download-alt:before{content:"\f019" !important;}
.glyphicon-upload:before{content:"\f093" !important;}
.glyphicon-play:before,.glyphicon-play-circle:before{content:"\f04b" !important;}
.glyphicon-pause:before{content:"\f04c" !important;}
.glyphicon-stop:before{content:"\f04d" !important;}
.glyphicon-forward:before,.glyphicon-fast-forward:before{content:"\f04e" !important;}
.glyphicon-backward:before,.glyphicon-fast-backward:before{content:"\f04a" !important;}
.glyphicon-picture:before{content:"\f03e" !important;}
.glyphicon-camera:before{content:"\f030" !important;}
.glyphicon-comment:before{content:"\f075" !important;}
.glyphicon-tags:before{content:"\f02c" !important;}
.glyphicon-tag:before{content:"\f02b" !important;}
.glyphicon-book:before{content:"\f02d" !important;}
.glyphicon-lock:before{content:"\f023" !important;}
.glyphicon-cog:before{content:"\f013" !important;}
.glyphicon-trash:before{content:"\f1f8" !important;}
.glyphicon-info-sign:before{content:"\f05a" !important;}
.glyphicon-question-sign:before{content:"\f059" !important;}
.glyphicon-warning-sign:before,.glyphicon-exclamation-sign:before{content:"\f071" !important;}
