/* 引入字体图标样式 */
/* @font-face {
  font-family: "iconfont"; 
  src: url('../fonts/iconfont.woff2?t=1708223995640') format('woff2'),
       url('../fonts/iconfont.woff?t=1708223995640') format('woff'),
       url('../fonts/iconfont.ttf?t=1708223995640') format('truetype');
} */
@font-face {
  font-family: "Bold"; 
  src: url("../fonts/SourceHanSansCN-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Light";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/SourceHanSansCN-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/SourceHanSansCN-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}

