<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'wicon';
  src: url('../fonts/wicon/wicon.eot?76976698');
  src: url('../fonts/wicon/wicon.eot?76976698#iefix') format('embedded-opentype'),
       url('../fonts/wicon/wicon.woff2?76976698') format('woff2'),
       url('../fonts/wicon/wicon.woff?76976698') format('woff'),
       url('../fonts/wicon/wicon.ttf?76976698') format('truetype'),
       url('../fonts/wicon/wicon.svg?76976698#wicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="wicon-"]:before, [class*=" wicon-"]:before {
  font-family: "wicon";
  font-style: normal;
  font-weight: normal;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.wicon-phone:before { content: '\e800'; }</pre></body></html>