/* Font Awesome 4.7 subset — only icons used by PC frontend templates */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-list-ul:before { content: "\f0ca"; }
.fa-share:before { content: "\f064"; }
.fa-reply:before { content: "\f112"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-transgender-alt:before { content: "\f225"; }
.fa-money:before { content: "\f0d6"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-qrcode:before { content: "\f029"; }
.fa-circle:before { content: "\f111"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-ban:before { content: "\f05e"; }
