@font-face {
  font-family: 'wssb-icons';
  src:
    url('../fonts/ws-share-icons.ttf?hd5y55') format('truetype'),
    url('../fonts/ws-share-icons.woff?hd5y55') format('woff'),
    url('../fonts/ws-share-icons.svg?hd5y55#wssb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="wssb-icon-"], [class*=" wssb-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wssb-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;
}

.wssb-icon-email:before {
  content: "\e909";
}
.wssb-icon-pinterest:before {
  content: "\e908";
}
.wssb-icon-facebook:before {
  content: "\ea90";
}
.wssb-icon-twitter:before {
  content: "\ea96";
}
.wssb-icon-reddit:before {
  content: "\eac6";
}
