@charset "UTF-8";

@font-face {
  font-family: "epaeg";
  src:url("fonts/epaeg.eot");
  src:url("fonts/epaeg.eot?#iefix") format("embedded-opentype"),
    url("fonts/epaeg.woff") format("woff"),
    url("fonts/epaeg.ttf") format("truetype"),
    url("fonts/epaeg.svg#epaeg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "epaeg" !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-"]:before,
[class*=" icon-"]:before {
  font-family: "epaeg" !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-at:before {
  content: "\61";
}
.icon-research-gate:before {
  content: "\62";
}
.icon-home:before {
  content: "\63";
}
.icon-orcid:before {
  content: "\64";
}
.icon-study:before {
  content: "\65";
}
.icon-book:before {
  content: "\66";
}
.icon-align-left:before {
  content: "\67";
}
.icon-database:before {
  content: "\68";
}
