
/*-------所有自定义css都放在这里，你在儿童主题中所做的一切。都不会影响到onenav父主题，父主题升级时也不会重置你的美化，儿童主题的代码对onenav仍然有效-----*/
.logo-expanded img,
.logo-expanded.footer-logo img {
    height: 36px;
    width: auto;
    max-width: 100%;
}
/*优化网页字体加载*/
@font-face {
  font-family: "iconfont";
  src: url('iconfont.woff2?t=1731772925095') format('woff2'),
       url('iconfont.woff?t=1731772925095') format('woff');
  font-weight: normal; /* 图标字体通常为 normal */
  font-style: normal;  /* 图标字体通常为 normal */
  /* 关键：添加 font-display，确保图标加载期间不影响布局/可读性 */
  font-display: swap; 
}