/**
 * Material Symbols Outlined — 会员中心全站
 * 1) @font-face：同站 ../fonts 优先（不依赖外网），镜像与 gstatic 兜底
 * 2) 图标类强制使用图标字体；#navDrawer .mdc-list-item 等对父级 font-family 的 !important 不影响子元素时仍防万一
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/material-symbols-outlined-v325.woff2) format('woff2'),
       url(https://gstatic.loli.net/s/materialsymbolsoutlined/v325/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2'),
       url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v325/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif;
  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;
}

/* 会员壳内统一兜底 */
.member-md3-page :is(
  .material-symbols-outlined,
  .mdc-list-item__graphic.material-symbols-outlined,
  span.material-symbols-outlined
) {
  font-family: 'Material Symbols Outlined', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  font-feature-settings: 'liga' !important;
  -webkit-font-feature-settings: 'liga' !important;
  -webkit-font-smoothing: antialiased !important;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

/* id / 侧栏：提高优先级，避免与 nav-drawer / 顶栏父级样式叠加后出现偶发异常 */
#navDrawer .mdc-list-item .material-symbols-outlined,
.mdc-drawer#navDrawer .mdc-list-item .material-symbols-outlined,
#side .material-symbols-outlined,
.member-md3-page .mdc-member-top-bar .material-symbols-outlined,
.member-md3-page .md3-bar__action .material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
  font-feature-settings: 'liga' !important;
  -webkit-font-feature-settings: 'liga' !important;
  -webkit-font-smoothing: antialiased !important;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}
