@font-face {
  font-family: 'Web-Solutions-Icons';
  src:  url('fonts/Web-Solutions-Icons.eot?afocno');
  src:  url('fonts/Web-Solutions-Icons.eot?afocno#iefix') format('embedded-opentype'),
    url('fonts/Web-Solutions-Icons.ttf?afocno') format('truetype'),
    url('fonts/Web-Solutions-Icons.woff?afocno') format('woff'),
    url('fonts/Web-Solutions-Icons.svg?afocno#Web-Solutions-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ws-icon-x-twitter:before {
  content: "\e900";
}
