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

[class^="soc-"], [class*=" soc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socmed' !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;
}

.soc-bluesky:before {
  content: "\e900";
  color: #fff;
}
.soc-instagram:before {
  content: "\e901";
}
.soc-linkedin:before {
  content: "\e902";
  color: #fff;
}
.soc-podcast:before {
  content: "\e903";
  color: #fff;
}
.soc-youtube:before {
  content: "\e904";
  color: #fff;
}
