/*
 * Icons CSS - پک آیکون Icomoon
 * Author: تیم فنی هوم پلاس - hom-plus.ir
 *
 * نحوه استفاده:
 *   <i class="icon-cart"></i>
 *   <i class="icon-call"></i>
 *   <i class="icon-home"></i>
 *
 * لیست کامل آیکون‌ها: /icons/icomoon/demo.html
 */

/* Base icon styles */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
