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

[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-plus:before {
    content: "\e005";
}
.icon-tick:before {
    content: "\e006";
}
.icon-minus:before {
    content: "\e007";
}
.icon-cross:before {
    content: "\e008";
}
.icon-plus-circle:before {
    content: "\e009";
}
.icon-minus-circle:before {
    content: "\e00a";
}
.icon-tick-circle:before {
    content: "\e00b";
}
.icon-cross-circle:before {
    content: "\e00c";
}
.icon-fire:before {
    content: "\e013";
}
.icon-graph:before {
    content: "\e01e";
}
.icon-article:before {
    content: "\e03f";
}
.icon-arrow-down:before {
    content: "\e902";
}
.icon-arrow-up:before {
    content: "\e903";
}


