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

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

.webicon.bars:before {
  content: "\e900";
}
.webicon.phone:before {
  content: "\e901";
}
.webicon.mail:before {
  content: "\e902";
}
.webicon.envelope:before {
  content: "\e90c";
}
.webicon.twitter:before {
  content: "\e903";
}
.webicon.facebook:before {
  content: "\e904";
}
.webicon.twitter-circle:before {
  content: "\e905";
}
.webicon.facebook-circle:before {
  content: "\e906";
}
.webicon.chevron-left:before {
  content: "\e907";
}
.webicon.chevron-right:before {
  content: "\e908";
}
.webicon.caret-down:before {
  content: "\e909";
}
.webicon.angle-left:before {
  content: "\e90a";
}
.webicon.angle-right:before {
  content: "\e90b";
}

