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

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

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

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

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

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

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

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

.icon-unlocked:before {
    content: "\e909";
}

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

.icon-magic-wand:before {
    content: "\e90b";
}

.icon-bug:before {
    content: "\e90c";
}

.icon-gift:before {
    content: "\e90d";
}

.icon-rocket:before {
    content: "\e90e";
}

.icon-fire:before {
    content: "\e90f";
}

.icon-road:before {
    content: "\e910";
}

.icon-accessibility:before {
    content: "\e911";
}

.icon-switch:before {
    content: "\e912";
}

.icon-power-cord:before {
    content: "\e913";
}

.icon-clipboard:before {
    content: "\e914";
}

.icon-eye:before {
    content: "\e915";
}

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

.icon-happy:before {
    content: "\e916";
}

.icon-cross:before {
    content: "\e917";
}

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

.icon-checkbox-checked:before {
    content: "\e919";
}