@font-face {
    font-family: "helpdesk-icons";
    src: url("/_content/SIHOT.Helpdesk.Library/fonts/helpdesk-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.hd-icon {
    font-family: "helpdesk-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
}

.hd-icon-info:before {
    content: "\e902";
}

.hd-icon-qa:before {
    content: "\e905";
}
