/*!
 * Font Awesome 4.7.0 - subset build
 *
 * The full font-awesome.min.css is 30 KB and defines ~675 icons. This site uses
 * exactly six, listed below. The @font-face is kept because css/style7b30.css
 * also sets `font-family: FontAwesome` directly for the \f10e and \f127 glyphs.
 *
 * Legacy eot/ttf/svg sources were dropped; woff2 + woff cover every browser
 * still receiving security updates.
 *
 * Licensed under SIL OFL 1.1 (font) / MIT (CSS) - http://fontawesome.io/license
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont3e6e.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;
}

/* Icons in use across the site */
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-chain-broken:before { content: "\f127"; }
.fa-behance:before { content: "\f1b4"; }
.fa-pinterest-p:before { content: "\f231"; }
