@font-face {
  font-family: "social";
  src: url("../font/social.eot");
  src: url("../font/social.eot?d485k6#iefix") format("embedded-opentype"),
      url("../font/social.woff2?d485k6") format("woff2"),
      url("../font/social.woff?d485k6") format("woff"),
      url("../font/social.ttf?d485k6") format("truetype"),
      url("../font/social.svg?d485k6#social") format("svg");
  font-style: normal;
  font-weight: 400;
}

.social {
  display: inline-block;
  font-family: "social" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.social-facebook::before {
  content: "\ea01";
}
.social-instagram::before {
  content: "\ea02";
}
.social-linkedin::before {
  content: "\ea03";
}
.social-twitter::before {
  content: "\ea04";
}
.social-youtube::before {
  content: "\ea05";
}
