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

.icomoon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.icon-caret-right:before {
    content: "\e900";
}

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

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

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

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

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

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