/* Two tiny local SVG brand marks replace the previous full third-party icon font. */
.fa-brands {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  height: 1em;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 1em;
}

.fa-brands::before {
  background: currentColor;
  content: "";
  display: block;
  height: .92em;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: .92em;
}

.fa-facebook-f::before {
  -webkit-mask-image: url("/images/social/facebook.svg");
  mask-image: url("/images/social/facebook.svg");
}

.fa-instagram::before {
  -webkit-mask-image: url("/images/social/instagram.svg");
  mask-image: url("/images/social/instagram.svg");
}
