/* FontAwesome 5 Free — subset (only icons used in this project) */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa,
.fas,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Solid icons (fas / fa) */
.fa-angle-down:before   { content: "\f107"; }
.fa-angle-left:before   { content: "\f104"; }
.fa-angle-right:before  { content: "\f105"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-star:before         { content: "\f005"; }
.fa-times:before        { content: "\f00d"; }
.fa-envelope:before     { content: "\f0e0"; }
.fa-map-marker:before   { content: "\f041"; }
.fa-phone:before        { content: "\f095"; }
.fa-phone-alt:before    { content: "\f879"; }
.fa-globe:before        { content: "\f0ac"; }

/* Brand icons (fab) */
.fa-facebook:before    { content: "\f09a"; }
.fa-instagram:before   { content: "\f16d"; }
.fa-linkedin:before    { content: "\f08c"; }
.fa-pinterest:before   { content: "\f0d2"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-tiktok:before      { content: "\e07b"; }
.fa-twitter:before     { content: "\f099"; }
.fa-youtube:before     { content: "\f167"; }
