/*!
 * Custom Font Awesome Subset for ArtistLink
 * Only includes icons used in the application
 * Based on Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
 */

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base Font Awesome styles */
.fab,
.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;
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
}

/* Prevent icons from being italic */
i.fab {
  font-style: normal;
}

/* Only include the icons we actually use */

.fa-spotify:before {
  content: "\f1bc";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-amazon:before {
  content: "\f270";
}
