@font-face {
  font-family: 'acumin-pro';
  font-style: normal;
  font-weight: 400;
  /* src: url('https://arhello-gift.oss-cn-hangzhou.aliyuncs.com/aigc/fonts/alimamashuheiti.ttf') format('truetype'); */
  src: url('./Acumin-RPro.otf') format('opentype');
  font-display: block; /* 优化字体加载 */
}

@font-face {
  font-family: 'Acumin Pro';
  font-style: normal;
  font-weight: 400;
  /* src: url('https://arhello-gift.oss-cn-hangzhou.aliyuncs.com/aigc/fonts/alimamashuheiti.ttf') format('truetype'); */
  src: url('./font/Acumin-BdPro.otf') format('opentype');
  font-display: block; /* 优化字体加载 */
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  /* src: url('https://arhello-gift.oss-cn-hangzhou.aliyuncs.com/aigc/fonts/alimamashuheiti.ttf') format('truetype'); */
  src: url('./HelveticaNeueRoman.otf') format('opentype');
  font-display: block; /* 优化字体加载 */
}