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

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

.socialicon_face:before {
  content: "\e900";
}
.socialicon_insta:before {
  content: "\e901";
}
.socialicon_whats:before {
  content: "\e902";
}
