/*!
 * Font Awesome Free 6.2.0 — minimal subset for beevoiceai.com
 * Only icons actually used on the site are included.
 */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
/* FA 5 compat aliases used in older templates */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

:root, :host {
  --fa-style-family: "Font Awesome 6 Free";
  --fa-style: 900;
  --fa-display: inline-block;
}

.fa,
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

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

.fa,
.fa-classic,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  -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;
}

/* ── Icons used on this site ── */
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before  { content: "\f078"; }
.fa-times::before         { content: "\f00d"; }
.fa-facebook-f::before,
.fa-facebook-f:before     { content: "\f39e"; }
.fa-facebook-square::before,
.fa-facebook-square:before { content: "\f082"; }
.fa-instagram::before,
.fa-instagram:before      { content: "\f16d"; }
.fa-instagram-square::before,
.fa-instagram-square:before { content: "\e055"; }
.fa-linkedin-in::before,
.fa-linkedin-in:before    { content: "\f0e1"; }
.fa-twitter::before,
.fa-twitter:before        { content: "\f099"; }
.fa-pinterest::before,
.fa-pinterest:before      { content: "\f0d2"; }
.fa-pinterest-p::before,
.fa-pinterest-p:before    { content: "\f0d2"; }
.fa-pinterest-square::before,
.fa-pinterest-square:before { content: "\f0d3"; }
