@charset "UTF-8";

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

}

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

.profo-ico-word-a:before {
  content: "\61";
}
.profo-ico-word-c:before {
  content: "\62";
}
.profo-ico-word-h:before {
  content: "\63";
}
.profo-ico-word-n:before {
  content: "\64";
}
.profo-ico-word-o:before {
  content: "\65";
}
.profo-ico-word-r:before {
  content: "\66";
}
.profo-ico-word-y:before {
  content: "\67";
}
