@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/icomoon.eot?gc73is');
    src:    url('/fonts/icomoon.eot?gc73is#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?gc73is') format('truetype'),
        url('/fonts/icomoon.woff?gc73is') format('woff'),
        url('/fonts/icomoon.svg?gc73is#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-outputs:before {
    content: "\e906";
}
.icon-roles:before {
    content: "\e907";
}
.icon-tools:before {
    content: "\e908";
}
.icon-processes:before {
    content: "\e909";
}
.icon-activities:before {
    content: "\e90a";
}
.icon-practices:before {
    content: "\e90b";
}
.icon-monitoring:before {
    content: "\e905";
}
.icon-concept:before {
    content: "\e900";
}
.icon-closing:before {
    content: "\e901";
}
.icon-execution:before {
    content: "\e902";
}
.icon-initiation:before {
    content: "\e903";
}
.icon-planning:before {
    content: "\e904";
}

