@font-face {
    font-family: "iconfont";
    src: url("/assets/fonts/iconfont/iconfont.woff2?e7bcd2a99e4a9f2ef17ca48e9264023d") format("woff2"),
url("/assets/fonts/iconfont/iconfont.woff?e7bcd2a99e4a9f2ef17ca48e9264023d") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: iconfont !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\f101";
}
.icon-qrcode:before {
    content: "\f102";
}
.icon-phone:before {
    content: "\f103";
}
.icon-orchestrate:before {
    content: "\f104";
}
.icon-execute:before {
    content: "\f105";
}
.icon-decision:before {
    content: "\f106";
}
.icon-close:before {
    content: "\f107";
}
.icon-chevron-right:before {
    content: "\f108";
}
.icon-chevron-left:before {
    content: "\f109";
}
.icon-chat:before {
    content: "\f10a";
}
.icon-calendar:before {
    content: "\f10b";
}
.icon-arrow-up:before {
    content: "\f10c";
}
