  @font-face {
  font-family: 'social';
  src:  url('/sites/default/files/micon/social/fonts/social.eot');
  src:  url('/sites/default/files/micon/social/fonts/social.eot') format('embedded-opentype'),
    url('/sites/default/files/micon/social//sites/default/files/micon/social/fonts/social.woff2') format('woff2'),
    url('/sites/default/files/micon/social/fonts/social.ttf') format('truetype'),
    url('/sites/default/files/micon/social/fonts/social.woff') format('woff'),
    url('/sites/default/files/micon/social/fonts/social.svg') 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' !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-x:before {
  content: "\e907";
}
.social-linkedin:before {
  content: "\e900";
  color: #0077b5;
}
.social-pinterest:before {
  content: "\e901";
  color: #bd081c;
}
.social-tiktok:before {
  content: "\e902";
}
.social-instagram:before {
  content: "\e903";
  color: #e4405f;
}
.social-youtube:before {
  content: "\e904";
  color: #f00;
}
.social-twitter:before {
  content: "\e905";
  color: #1da1f2;
}
.social-facebook:before {
  content: "\e906";
  color: #1877f2;
}
.social-mail4:before {
  content: "\ea86";
}
