//
// Icon
//

@mixin icon($icon, $icon-font-family) {
    content: $icon;
    font-family: $icon-font-family !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
