@font-face {
  font-family: 'Social';

  src: url('../fonts/social.eot?41xgqc');
  src:
    url('../fonts/social.eot?41xgqc#iefix') format('embedded-opentype'),
    url('../fonts/social.woff?41xgqc') format('woff'),
    url('../fonts/social.ttf?41xgqc') format('truetype'),
    url('../fonts/social.svg?41xgqc#social') format('svg');
  font-style: normal;
  font-weight: normal;
}

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

.so {
  display: inline-block;
  font: normal normal normal 14px/1 Social;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.so-gab:before {
  content: "\e900";
}
.so-parler:before {
  content: "\e901";
}
