@font-face {
    font-family: "Cyonect-Icons";
    src: url("fonts/Cyonect-Icons.woff2") format("woff2"),
        url("fonts/Cyonect-Icons.ttf") format("truetype"),
        url("fonts/Cyonect-Icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-cyonect"], [class*=" icon-cyonect"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "Cyonect-Icons" !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;
}
.icon-keyboard-arrow-right:before {
    content: "\f012";
    content: "\f012" / "";
}
.icon-user-check:before {
    content: "\f000";
    content: "\f000" / "";
}
.icon-start:before {
    content: "\f001";
    content: "\f001" / "";
}
.icon-slider-arrow:before {
    content: "\f002";
    content: "\f002" / "";
}
.icon-security:before {
    content: "\f003";
    content: "\f003" / "";
}
.icon-network:before {
    content: "\f004";
    content: "\f004" / "";
}
.icon-mail:before {
    content: "\f005";
    content: "\f005" / "";
}
.icon-location-on:before {
    content: "\f006";
    content: "\f006" / "";
}
.icon-keyboard-arrow-up:before {
    content: "\f007";
    content: "\f007" / "";
}
.icon-keyboard-arrow-down:before {
    content: "\f008";
    content: "\f008" / "";
}
.icon-graduation-cap:before {
    content: "\f009";
    content: "\f009" / "";
}
.icon-file-check:before {
    content: "\f00a";
    content: "\f00a" / "";
}
.icon-check-circle:before {
    content: "\f00b";
    content: "\f00b" / "";
}
.icon-chat:before {
    content: "\f00c";
    content: "\f00c" / "";
}
.icon-call:before {
    content: "\f00d";
    content: "\f00d" / "";
}
.icon-back-up:before {
    content: "\f00e";
    content: "\f00e" / "";
}
.icon-arrow-right:before {
    content: "\f00f";
    content: "\f00f" / "";
}
.icon-arrow-outward:before {
    content: "\f010";
    content: "\f010" / "";
}
.icon-analytics:before {
    content: "\f011";
    content: "\f011" / "";
}