/**
 * Shell social icons — Font Awesome 4.7 subset (matches production Soledad widget-social).
 * Only the four networks used in header/footer; woff2 is self-hosted under assets/fonts/.
 */

@font-face {
  font-family: FontAwesome;
  src: url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.gc-social__icon.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook::before {
  content: "\f09a";
}

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

.fa-linkedin::before {
  content: "\f0e1";
}

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