@font-face {
  font-family: 'kaizolfont';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/kaizolfont-Regular.woff2') format('truetype');
}

@font-face {
  font-family: 'kaizolfont';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/kaizolfont-R.woff2') format('truetype');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../webfonts/Poppins-Medium.woff2') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../webfonts/Poppins-SemiBold.woff2') format('truetype');
}

/* 全局默认字体 */
body, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/* 标题使用 Playfair Display */
h1, h2, h3 {
  font-family: 'kaizolfont', serif;
}
