/* ===== SOCICON — copiar/colar ===== */
@font-face{
  font-family: 'Socicon';
  src: url('fonts/socicon.eot');
  src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
       url('fonts/socicon.woff2') format('woff2'),
       url('fonts/socicon.woff') format('woff'),
       url('fonts/socicon.ttf') format('truetype'),
       url('fonts/socicon.svg#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* base */
.socicon,
.socicon::before{
  font-family: 'Socicon','socicon' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: currentColor;
}
.socicon::before{ content: ""; }

/* mapeamentos (iguais ao /teste/) */
.socicon-youtube::before   { content: "\e0a5"; } /* YouTube   */
.socicon-tiktok::before    { content: "\e96c"; } /* TikTok    */
.socicon-musically::before { content: "\e96c"; } /* alias     */
.socicon-instagram::before { content: "\e044"; } /* Instagram */