.wf-loading [class^="icon-"],
[class*=" icon-"] {
    visibility: hidden;
}

.wf-active  [class^="icon-"],
[class*=" icon-"] {
    visibility: visible;
}

@font-face {
  font-display: swap;
  font-family: 'AN';
  src: url('/fonts/an-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/an-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/an-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/an-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/an-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight:normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'AN';
  src: url('/fonts/an-italic-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/an-italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/an-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/an-italic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/an-italic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'AN';
  src: url('/fonts/an-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/an-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/an-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/an-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/an-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight:bold;
  font-style: normal;
}
