@font-face {
    font-family: 'icomoon';
    src:  url('./icomoon.eot?hbgrh');
    src:  url('./icomoon.eot?hbgrh#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?hbgrh') format('truetype'),
    url('./icomoon.woff?hbgrh') format('woff'),
    url('./icomoon.svg?hbgrh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.bootstrappackageicon-twitter::before,
.bootstrappackageicon-linkedin::before,
.bootstrappackageicon-xing::before,
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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;
}
.bootstrappackageicon-twitter::before,
.icon-x:before {
    content: "\e900";
}
.bootstrappackageicon-linkedin::before,
.icon-linkedin2:before {
    content: "\eaca";
}
.bootstrappackageicon-xing::before,
.icon-xing2:before {
    content: "\ead4";
}
