@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'feather';
  src: url('../fonts/feather.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.fa,
.fab,
.far,
.fas,
.feather {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free';
}

.far {
  font-weight: 400;
}

.fa,
.fas {
  font-weight: 900;
}

.feather {
  font-family: 'feather';
  font-weight: 400;
}

.fab.fa-instagram:before { content: '\f16d'; }
.fab.fa-twitter:before { content: '\f099'; }
.fab.fa-google:before { content: '\f1a0'; }
.far.fa-envelope:before { content: '\f0e0'; }
.far.fa-clock:before { content: '\f017'; }
.fas.fa-angle-down:before { content: '\f107'; }
.feather.icon-feather-phone-call:before { content: '\e8a5'; }
.feather.icon-feather-search:before { content: '\e8bd'; }