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

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

.smiley-happy-fill:before {
    content: "\e903";
    color: #28c471;
}

.smiley-neutral-fill:before {
    content: "\e904";
    color: #f9b100;
}

.smiley-sad-fill:before {
    content: "\e905";
    color: #ff5556;
}

.smiley-happy:before {
    content: "\e900";
}

.smiley-neutral:before {
    content: "\e901";
}

.smiley-sad:before {
    content: "\e902";
}
