/* 本地图标字体定义 */
@font-face {
  font-family: 'iconfont';
  font-display: swap;
  src: local('iconfont');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 系统中使用的图标类 */
.icon-home:before { content: "🏠"; }
.icon-edit:before { content: "📝"; }
.icon-table:before { content: "📊"; }
.icon-users:before { content: "👥"; }
.icon-shop:before { content: "🏪"; }
.icon-settings:before { content: "⚙️"; }
.icon-refresh:before { content: "🔄"; }
.icon-chart:before { content: "📈"; }
.icon-user:before { content: "👤"; }
.icon-logout:before { content: "🚪"; }
.icon-shopping-cart:before { content: "🛒"; }
.icon-download:before { content: "⬇️"; }
