@font-face {
    font-family: 'SihotDashboardFont';
    src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-service-desk::before,
.icon-incident::before,
.icon-waiting::before,
.icon-change-request-external::before,
.icon-change-request-internal::before {
    font-family: 'SihotDashboardFont';
    font-size: 18px;
    color: var(--rz-primary);
}

.icon-service-desk::before {
    content: "\e90A";
}

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

.icon-waiting::before {
    content: "\e903";
}

.icon-change-request-external::before {
    content: "\e900";
}

.icon-change-request-internal::before {
    content: "\e901";
}

.icon-sm::before {
    font-size: 16px;
}

.icon-md::before {
    font-size: 35px;
}

.icon-lg::before {
    font-size: 50px;
}
