/*!
 * Font Awesome 6.x - Custom Build (Only 6 Icons)
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/mediumish-child/assets/fontawesome/webfonts//fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/mediumish-child/assets/fontawesome/webfonts//fa-brands-400.woff2') format('woff2');
}

.fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.fas { font-family: 'Font Awesome 6 Free'; font-weight: 900; }

.fab.fa-twitter:before { content: "\f099"; }
.fab.fa-facebook:before { content: "\f09a"; }
.fab.fa-pinterest:before { content: "\f0d2"; }
.fas.fa-angle-double-left:before { content: "\f100"; }
.fas.fa-angle-double-right:before { content: "\f101"; }
.fas.fa-angle-up:before { content: "\f106"; }
.fa-circle-info:before { content: "\f059"; }
