@charset "UTF-8";

@font-face {
  font-family: "fhir";
  src:url("fonts/fhir.eot");
  src:url("fonts/fhir.eot?#iefix") format("embedded-opentype"),
    url("fonts/fhir.woff") format("woff"),
    url("fonts/fhir.ttf") format("truetype"),
    url("fonts/fhir.svg#fhir") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "fhir" !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: "fhir" !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-fhir-api:before {
  content: "a";
}
.icon-fhir-bucket:before {
  content: "b";
}
.icon-fhir-forge:before {
  content: "c";
}
.icon-fhir-spark:before {
  content: "d";
}
.icon-fhir-sprinkler:before {
  content: "e";
}
