/* 完整字重定义 */
.element-light {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300; /* 细体 */
}

.element-regular {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400; /* 正常 */
}

.element-medium {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; /* 中等 */
}

.element-semibold {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 600; /* 准粗体 */
}

.element-bold {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700; /* 粗体 */
}

.element-heavy {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 900; /* 特粗 */
}