@font-face {
  font-family: 'socialicons';
  src:  url('../Fonts/socialicons.eot?pwlmcj');
  src:  url('../Fonts/socialicons.eot?pwlmcj#iefix') format('embedded-opentype'),
    url('../Fonts/socialicons.ttf?pwlmcj') format('truetype'),
    url('../Fonts/socialicons.woff?pwlmcj') format('woff'),
    url('../Fonts/socialicons.svg?pwlmcj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="socialicon-"], [class*=" socialicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socialicons' !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-google:before {
  content: "\e906";
}
.socialicon-twitter-x:before {
  content: "\e900";
}
.socialicon-facebook:before {
  content: "\e901";
}
.socialicon-instagram:before {
  content: "\e902";
}
.socialicon-twitter:before {
  content: "\e903";
}
.socialicon-youtube:before {
  content: "\e904";
}
.socialicon-linkedin:before {
  content: "\e905";
}
