/* ===== Local Fonts ===== */

/* Nunito - Variable Font (weights 200-900) */
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/Nunito%5Bwght%5D.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* ZCOOL KuaiLe - 简体中文圆润字体 */
@font-face {
  font-family: 'ZCOOL KuaiLe';
  src: url('/fonts/ZCOOLKuaiLe-Regular.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
