@font-face {
  font-family: 'XSponse Icons';
  src: url('fonts/xsponse-icons.woff') format('woff'),
       url('fonts/xsponse-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xsp-icon-"], [class*=" xsp-icon-"] {
  font-family: 'XSponse Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xsp-icon-logo:before {
  content: "\e900";
}
