/* FontAwesome 6.5.1 Brands */
/* Self-hosted webfont version (similar to Montserrat) */

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/assets/fonts/fa-brands-6/fa-brands-400.woff2') format('woff2'),
       url('/assets/fonts/fa-brands-6/fa-brands-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/assets/fonts/fa-free-6/fa-regular-400.woff2') format('woff2'),
       url('/assets/fonts/fa-free-6/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/assets/fonts/fa-free-6/fa-solid-900.woff2') format('woff2'),
       url('/assets/fonts/fa-free-6/fa-solid-900.ttf') format('truetype');
}

/* Brand icons (.fa-brands) */
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Solid icons (.fa-solid, .fas) */
.fa-solid,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Regular icons (.fa-regular, .far) */
.fa-regular,
.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

/* Backwards compatibility with FA4/5 naming */
.fa {
  /* Will be applied additively to other classes */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Brand-specific icon codes (selected for online-consultant) */
.fa-brands.fa-telegram::before { content: "\f2c6"; }
.fab.fa-telegram::before { content: "\f2c6"; }

.fa-brands.fa-whatsapp::before { content: "\f232"; }
.fab.fa-whatsapp::before { content: "\f232"; }

.fa-brands.fa-viber::before { content: "\f409"; }
.fab.fa-viber::before { content: "\f409"; }

.fa-brands.fa-weixin::before { content: "\f1d7"; }
.fab.fa-weixin::before { content: "\f1d7"; }

.fa-brands.fa-wechat::before { content: "\f1d7"; }
.fab.fa-wechat::before { content: "\f1d7"; }

.fa-brands.fa-vk::before { content: "\f189"; }
.fab.fa-vk::before { content: "\f189"; }

.fa-brands.fa-facebook-messenger::before { content: "\f39f"; }
.fab.fa-facebook-messenger::before { content: "\f39f"; }

.fa-brands.fa-instagram::before { content: "\f16d"; }
.fab.fa-instagram::before { content: "\f16d"; }
