/* Minimal Font Awesome – only icons used on this page */
@font-face {
   font-family: 'FA';
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url('../fonts/fa-solid-900.woff2') format('woff2'),
        url('../fonts/fa-solid-900.woff')  format('woff');
}

.fa {
   font-family: 'FA';
   font-weight: 900;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   line-height: 1;
}

.fa-envelope::before    { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-phone::before       { content: "\f095"; }
.fa-times::before       { content: "\f00d"; }
.fa-chevron-left::before  { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-phone-square::before  { content: "\f098"; }
.fa-angle-up::before    { content: "\f106"; }
.fa-paper-plane::before { content: "\f1d8"; }
