@font-face {
    font-family: 'indicator';
    src:    url('../fonts/indicator.eot?ua8t17');
    src:    url('../fonts/indicator.eot?ua8t17#iefix') format('embedded-opentype'),
        url('../fonts/indicator.ttf?ua8t17') format('truetype'),
        url('../fonts/indicator.woff?ua8t17') format('woff'),
        url('../fonts/indicator.svg?ua8t17#indicator') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="indico-"], [class*=" indico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'indicator';
    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;
}

.indico-circle:before {
    content: "\e904";
}
.indico-check:before {
    content: "\e900";
}
.indico-circle-alert:before {
    content: "\e902";
}
.indico-diamond:before {
    content: "\e901";
}
.indico-down-arrow:before {
    content: "\e903";
}
.indico-square:before {
    content: "\e905";
}
.indico-square-alert:before {
    content: "\e906";
}
.indico-star:before {
    content: "\e907";
}
.indico-top-arrow:before {
    content: "\e909";
}
.indico-triangle-alert:before {
    content: "\e90a";
}
.indico-wrong:before {
    content: "\e90b";
}
.indico-minus:before {
    content: "\e908";
}

