@font-face {
    font-family: 'bayafont';
    src: url('bayafont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="ic-"]:before, [class*=" ic-"]:before {
    font-family: "bayafont";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-workflow:before {
    content: '\e800';
}
