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

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

.social-icons-studio-social-facebook:before {
  content: "\1f327";
}
.social-icons-studio-social-twitter:before {
  content: "\e901";
}
.social-icons-studio-social-linkedin:before {
  content: "\e902";
}
.social-icons-studio-social-instagram:before {
  content: "\e903";
}
.social-icons-studio-social-youtubbe:before {
  content: "\e904";
}
