@font-face {
  font-family: 'mta';
  src:  url('../fonts/icons/mta-1.eot?dyohu3');
  src:  url('../fonts/icons/mta-1.eot?dyohu3#iefix') format('embedded-opentype'),
    url('../fonts/icons/mta-1.ttf?dyohu3') format('truetype'),
    url('../fonts/icons/mta-1.woff?dyohu3') format('woff'),
    url('../fonts/icons/mta-1.svg?dyohu3#mta') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mta' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-apple-music:before {
  content: "\e900" !important;
}
.icon-bluesky:before {
  content: "\e902" !important;
}
.icon-mastodon:before {
  content: "\e903" !important;
}
.icon-x:before {
  content: "\e904" !important;
}
.icon-snapchat:before {
  content: "\e905" !important;
}
.icon-pinterest:before {
  content: "\e906" !important;
}
.icon-xing:before {
  content: "\e907" !important;
}
.icon-spotify:before {
  content: "\e908" !important;
}
.icon-facebook:before {
  content: "\e909" !important;
}
.icon-instagram:before {
  content: "\e90a" !important;
}
.icon-linkedin:before {
  content: "\e90b" !important;
}
.icon-tiktok:before {
  content: "\e90c" !important;
}
.icon-youtube:before {
  content: "\e90d" !important;
}




/* Styles for output */

.social-icon-list {
  display: flex; 
  flex-wrap: wrap;
  gap: 1rem; 
}

.social-icon [class^="icon-"] {
  font-size: 1.5rem;
}