/**
 * Material Symbols Outlined（自托管子集字体）
 *
 * 说明：原始字体来自 npm 包 `material-symbols`（3.9MB，含 3000+ 图标）。
 * 这里用 fontTools 子集化为仅包含本项目实际用到的 24 个图标 + 连字所需字母，
 * 体积 21KB，避免依赖 fonts.googleapis.com（国内访问不稳定）。
 *
 * 图标通过连字使用，例如 <md-icon>school</md-icon>。
 * 新增图标时请重新执行 README 中「vendor 目录说明」的重建命令。
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined,
md-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
