/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *
 * Subset build: core classes + icons actually used by this site.
 * Icons: angle-up, envelope, rss (solid); facebook, facebook-f, twitter,
 * instagram, youtube, linkedin, linkedin-in, pinterest, pinterest-p,
 * github, telegram, whatsapp (brands).
 * To add an icon: copy its .fa-*:before rule from a full FA 5.0.9 build.
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
.fa,
.fas,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-angle-up:before { content: "\f106"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-rss:before { content: "\f09e"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-github:before { content: "\f09b"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-whatsapp:before { content: "\f232"; }
