@font-face {
  font-family: 'Poppins';
  src: url('../font/poppins-v24-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /*优化FOIT，先用系统字体兜底，字体加载完自动替换，提升体验*/
}
