@font-face {
    font-family: "KYWIcons";
    src: url("fonts/KYWIcons.woff2") format("woff2"),
        url("fonts/KYWIcons.ttf") format("truetype"),
        url("fonts/KYWIcons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.kywicon, [class^="kywicon-"], [class*=" kywicon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "KYWIcons" !important;
    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;
}
.kywicon-signature:before {
    content: "\f000";
}
.kywicon-pipeline-vertical:before {
    content: "\f001";
}
.kywicon-pipeline-horizontal:before {
    content: "\f002";
}
.kywicon-person-stars:before {
    content: "\f003";
}
.kywicon-person-search:before {
    content: "\f004";
}
.kywicon-people-search:before {
    content: "\f005";
}
.kywicon-notepad-text:before {
    content: "\f006";
}
.kywicon-megaphone:before {
    content: "\f007";
}
.kywicon-interview:before {
    content: "\f008";
}
.kywicon-celebration:before {
    content: "\f009";
}
.kywicon-balance:before {
    content: "\f00a";
}