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

[class^="social-"], [class*=" social-"] {
  /* 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;
}

.social-fb:before {
  content: "\e1100";
  color: #fff;
}
.social-ig:before {
  content: "\e1101";
  color: #fff;
}
.social-li:before {
  content: "\e1102";
  color: #fff;
}
.social-tw:before {
  content: "\e1103";
  color: #fff;
}
