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

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

.icon-vimeo:before {
  content: "\e908";
}
.icon-globe:before {
  content: "\e900";
}
.icon-bandcamp:before {
  content: "\e901";
}
.icon-spotify:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-snapchat:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
