/* @font-face {
  font-family: 'Gate_Sans';
  src: url('https://static.airpackapp.com/static/fonts/GateSans2.9VF.woff2');
  font-display: swap;
} */
/* 新版鸿蒙字体 */
@font-face {
  font-family: 'Gate_Sans';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Regular_0524.woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Gate_Sans';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Medium_0524.woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gate_Sans';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Bold_0524.woff2');
  font-weight: 700;
  font-display: swap;
}

/* 兼容已废弃的使用方式 */
@font-face {
  font-family: 'Gate_Sans Light';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Regular_0524.woff2');
}
@font-face {
  font-family: 'Gate_Sans Medium';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Medium_0524.woff2');
}
@font-face {
  font-family: 'Gate_Sans Bold';
  src: url('https://static.wrgsb.com/static/fonts/harmony/HarmonyOS_Sans_Bold_0524.woff2');
}
