@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
  font-family: 'Poppins', '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
}