@charset "UTF-8";

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

}

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

.iconservice-eu-project-management:before {
  content: "\62";
}
.iconservice-support:before {
  content: "\63";
}
.iconservice-training:before {
  content: "\64";
}
.iconservice-pre-submission-evaluation:before {
  content: "\61";
}
