@font-face {
  font-family: "Apex Font Awesome Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Apex Font Awesome Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Apex Font Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-subset.woff2") format("woff2");
}

.fa,
.fab,
.far,
.fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas {
  font-family: "Apex Font Awesome Solid";
  font-weight: 900;
}

.far {
  font-family: "Apex Font Awesome Regular";
  font-weight: 400;
}

.fab {
  font-family: "Apex Font Awesome Brands";
  font-weight: 400;
}

.fa-calendar-alt::before { content: "\f073"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-google::before { content: "\f1a0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-phone::before { content: "\f095"; }
.fa-twitter::before { content: "\f099"; }
.fa-youtube::before { content: "\f167"; }
