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

[class^="credicon-"], [class*=" credicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'credicons' !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;
}

.credicon-circle-static-fill:before {
    content: "\e900";
}
.credicon-smile-fill:before {
    content: "\e903";
}
.credicon-circle-fill:before {
    content: "\e901";
}
.credicon-lock-fill:before {
    content: "\e902";
}
.credicon-wave-fill:before {
    content: "\e904";
}

