/* Minimal Font Awesome subset for this theme (performance-oriented) */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.5.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-home:before { content: "\f015"; }
.fa-search:before { content: "\f002"; }
.fa-angle-up:before { content: "\f106"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-th-large:before { content: "\f009"; }
.fa-tags:before { content: "\f02c"; }
.fa-archive:before { content: "\f187"; }
.fa-link:before { content: "\f0c1"; }
.fa-user:before { content: "\f007"; }
.fa-circle-o:before { content: "\f10c"; }
