/* material-symbols.css v20260810_1 — 本地托管 Material Symbols Outlined
 *
 * 基类规则取 Google Fonts 针对 Chromium / Safari / Firefox 返回内容的兼容并集：
 * 显式启用 ligature，并保留 WebKit / Mozilla 字体渲染提示。
 * font-variation-settings 由后加载的 ui-kit.css 和页面级规则负责。
 *
 * font-display: block 只在 block period 内隐藏字形；fallback 文本仍按自身
 * 度量参与布局，因此不能替代 BUG-328 的 minmax(0, 1fr) 布局防线。
 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/static/fonts/material-symbols-outlined-5c0be48d0780.woff2') format('woff2');
}

.material-symbols-outlined {
  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';
  -moz-font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
