/* 自定义字体定义 */
@font-face {
  font-family: 'ZQL';
  src: url('../font/zql.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 全局字体设置 */
* {
  font-family: 'ZQL', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* 确保字体加载完成前的回退 */
.font-loading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.font-loaded {
  font-family: 'ZQL', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
