@font-face {
  font-family: 'social-icons';
  src:  url('fonts/social-icons.eot?s37m8w');
  src:  url('fonts/social-icons.eot?s37m8w#iefix') format('embedded-opentype'),
    url('fonts/social-icons.ttf?s37m8w') format('truetype'),
    url('fonts/social-icons.woff?s37m8w') format('woff'),
    url('fonts/social-icons.svg?s37m8w#social-icons') 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-icons' !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-facebook-blue:before {
  content: "\e900";
}
.social-instagram-blue:before {
  content: "\e901";
}
.social-linkedin-blue:before {
  content: "\e902";
}
.social-x-blue:before {
  content: "\e903";
}
.social-youtube-blue:before {
  content: "\e904";
}
