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

.xsicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xsfont' !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;
}

.xsicon-arrow-right:before {
  content: "\e900";
}

.xsicon-building:before {
  content: "\e901";
}

.xsicon-check:before {
  content: "\e902";
}

.xsicon-clock:before {
  content: "\e903";
}

.xsicon-download-pdf-icon:before {
  content: "\e904";
}

.xsicon-handshake:before {
  content: "\e905";
}

.xsicon-home:before {
  content: "\e906";
}

.xsicon-mail:before {
  content: "\e907";
}

.xsicon-map-pin:before {
  content: "\e908";
}

.xsicon-message-icon:before {
  content: "\e909";
}

.xsicon-paper:before {
  content: "\e90a";
}

.xsicon-phone:before {
  content: "\e90b";
}

.xsicon-quote:before {
  content: "\e90c";
}

.xsicon-send:before {
  content: "\e90d";
}

.xsicon-vote:before {
  content: "\e90e";
}

.xsicon-wallet:before {
  content: "\e90f";
}

.xsicon-writing:before {
  content: "\e910";
}