@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/fa-solid-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fa-brands-subset.woff2') format('woff2');
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* 22 used icons */
.fa-paper-plane::before     { content: "\f1d8"; }
.fa-list::before            { content: "\f03a"; }
.fa-phone::before           { content: "\f095"; }
.fa-envelope::before        { content: "\f0e0"; }
.fa-chevron-down::before    { content: "\f078"; }
.fa-chevron-left::before    { content: "\f053"; }
.fa-chevron-right::before   { content: "\f054"; }
.fa-star::before            { content: "\f005"; }
.fa-check-circle::before    { content: "\f058"; }
.fa-map-marker-alt::before  { content: "\f3c5"; }
.fa-clock::before           { content: "\f017"; }
.fa-times::before           { content: "\f00d"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-instagram::before       { content: "\f16d"; }
.fa-tiktok::before          { content: "\e07b"; }
.fa-facebook-f::before      { content: "\f39e"; }
.fa-google::before          { content: "\f1a0"; }
