@font-face {
  font-family: "JohnGallieSolid";
  src: url("/assets/vendor/fontawesome/webfonts/fa-solid-essential.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "JohnGallieBrands";
  src: url("/assets/vendor/fontawesome/webfonts/fa-brands-essential.woff2") format("woff2");
  font-display: swap;
}

.fas { font-family: "JohnGallieSolid"; font-style: normal; font-weight: 900; }
.fab { font-family: "JohnGallieBrands"; font-style: normal; font-weight: 400; }
.fa-arrow-up::before { content: "\f062"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-github::before { content: "\f09b"; }
.fa-linkedin::before { content: "\f0e1"; }
