@font-face {
  font-family: "GTC-Consulting";
  src: url("./fonts/GTC-Consulting.eot?2fvsqn");
  src: url("./fonts/GTC-Consulting.eot?2fvsqn#iefix")
      format("embedded-opentype"),
    url("./fonts/GTC-Consulting.ttf?2fvsqn") format("truetype"),
    url("./fonts/GTC-Consulting.woff?2fvsqn") format("woff"),
    url("./fonts/GTC-Consulting.svg?2fvsqn#GTC-Consulting") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "GTC-Consulting" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-suspecious-order:before {
  content: "\e905";
}
.icon-audit-readiness:before {
  content: "\e900";
}
.icon-controlled-substance:before {
  content: "\e901";
}
.icon-dea-registration-accreditation:before {
  content: "\e902";
}
.icon-dea-registration-support:before {
  content: "\e903";
}
.icon-litigation-support:before {
  content: "\e904";
}
.icon-right-arrow:before {
  content: "\e906";
}
