@import "common/var";

@font-face {
  font-family: 'heiner-iconfont';
  src: url('#{$--font-path}/heiner-iconfont.woff') format('woff'), /* chrome, firefox */
       url('#{$--font-path}/heiner-iconfont.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  font-weight: normal;
  font-display: $--font-display;
  font-style: normal;
}

[class^="hn-iconfont-"], [class*=" hn-iconfont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'heiner-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hn-iconfont-user:before {
  content: "\e633";
}

