/*!
 * Font Awesome Free 6.7.2 subset (self-hosted).
 * Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT — https://fontawesome.com/license/free
 * Only the glyphs used by this theme (header, footer, content blocks).
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/acalvio/assets/fonts/fontawesome/fa-solid-subset.woff2") format("woff2");
}

/* Compatibility for CSS that still requests the retired Pro family. */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/acalvio/assets/fonts/fontawesome/fa-solid-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/acalvio/assets/fonts/fontawesome/fa-solid-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/acalvio/assets/fonts/fontawesome/fa-regular-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/acalvio/assets/fonts/fontawesome/fa-brands-subset.woff2") format("woff2");
}

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

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

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

.fa-magnifying-glass,
.fa-search {
  --fa: "\f002";
}

.fa-close,
.fa-times,
.fa-xmark {
  --fa: "\f00d";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up-right {
  --fa: "\e09f";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-down {
  --fa: "\f078";
}

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

.fa-location-arrow {
  --fa: "\f124";
}

.fa-circle-check,
.fa-check-circle {
  --fa: "\f058";
}

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

.fa-linkedin {
  --fa: "\f08c";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-x-twitter {
  --fa: "\e61b";
}
