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

[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;
}

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

.icon-circle_arrow .path1:before {
    content: "\e901";
    color: rgb(35, 24, 21);
}

.icon-circle_arrow .path2:before {
    content: "\e902";
    margin-left: -1.1em;
    color: rgb(255, 255, 255);
}

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

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

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