/* ICON FONT */
@font-face {
    font-family: 'iconku';
    src: url('ikon.eot?7y63gs');
    src: url('ikon.eot?7y63gs#iefix') format('embedded-opentype'),
        url('ikon.ttf?7y63gs') format('truetype'),
        url('ikon.woff?7y63gs') format('woff'),
        url('ikon.svg?7y63gs#ikon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconku' !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-code:before {
    content: "\e900";
}

.icon-link:before {
    content: "\e901";
}

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

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

.icon-plus:before {
    content: "\e904";
}

.icon-info:before {
    content: "\e905";
}

.icon-question:before {
    content: "\e906";
}

.icon-cog:before {
    content: "\e907";
}

.icon-copy:before {
    content: "\e908";
}