/* Material Icons 本地副本 —— 规则抄自 https://fonts.googleapis.com/icon?family=Material+Icons
   为什么要本地化：答辩机通常连不上境外 CDN。一旦这个字体没到，
   全站 39 处 <span class="material-icons">名字</span> 会把图标名当正文吐出来
   （lock_outline / u_turn_left / arrow_upward…），撑破 36px 定宽按钮，顶栏直接挤烂。
   字体本身：Google Material Icons，Apache License 2.0。 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  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;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
