/* Minimal Font Awesome 4 subset used by the signed-out public homepage. */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2");
  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-angle-down::before { content: "\f107"; }
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-times::before { content: "\f00d"; }
.fa-youtube-play::before { content: "\f16a"; }
