/* Inter font fallback styles */
/* 使用系统字体作为备用 */
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}