@charset "UTF-8";

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

[data-icon]:before {
  font-family: "icon-wah" !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^="icon-wah-"]:before,
[class*=" icon-wah-"]:before {
  font-family: "icon-wah" !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;
}


.icon-wah-arrow-right:before {
  content: "\E205";
}
.icon-wah-download:before {
  content: "\E206";
}
.icon-wah-arrow-right-up:before {
  content: "\E207";
}
.icon-wah-phone:before {
  content: "\E208";
}
.icon-wah-envelope:before {
  content: "\E209";
}
.icon-wah-whatsapp:before {
  content: "\E210";
}
.icon-wah-chevron-down:before {
  content: "\E211";
}
.icon-wah-chevron-up:before {
  content: "\E212";
}
