@charset "UTF-8";

@font-face {
  font-family: "website-icons";
  src:url("./website-icons.eot");
  src:url("./website-icons.eot?#iefix") format("embedded-opentype"),
    url("./website-icons.woff") format("woff"),
    url("./website-icons.ttf") format("truetype"),
    url("./website-icons.svg#website-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "website-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="wi-"]:before,
[class*=" wi-"]:before {
  font-family: "website-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-twitter:before {
  content: "\6b";
}
.wi-email:before {
  content: "\61";
}
.wi-facebook:before {
  content: "\62";
}
.wi-google-plus:before {
  content: "\63";
}
.wi-pinterest:before {
  content: "\64";
}
.wi-behance:before {
  content: "\65";
}
.wi-dribble:before {
  content: "\66";
}
.wi-chevron-up:before {
  content: "\6a";
}
.wi-mobile:before {
  content: "\6c";
}
.wi-social-usd:before {
  content: "\6d";
}
.wi-handshake-torso:before {
  content: "\70";
}
.wi-torso-business:before {
  content: "\67";
}
.wi-speedometer:before {
  content: "\68";
}
