.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Free'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa)/"";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-map-marker-alt {
    --fa: "\f3c5";
}

.fa-phone {
    --fa: "\f095";
}

.fa-envelope {
    --fa: "\f0e0";
}

.fa-clock {
    --fa: "\f017";
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-facebook {
    --fa: "\f09a";
}

.fa-instagram {
    --fa: "\f16d";
}

.fa-whatsapp {
    --fa: "\f232";
}

/* Parts */
.fa-tools {
    --fa: "\f7d9";
}

.fa-info-circle {
    --fa: "\f05a";
}

.fa-shopping-cart {
    --fa: "\f07a";
}

.fa-image {
    --fa: "\f03e";
}

.fa-download {
    --fa: "\f019";
}

/* Blog */
.fa-newspaper {
    --fa: "\f1ea";
}

.fa-calendar-alt {
    --fa: "\f073";
}

.fa-search {
    --fa: "\f002";
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fontawesome-free-7.2.0/webfonts/fa-solid-900.woff2");
}

.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}