/* Inter Font Fallback — No External CDN Required */
/* Uses system font stack with Inter as preferred when available locally */
/* On systems without Inter, falls back to system sans-serif fonts */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', 'Noto Sans SC', 'Helvetica Neue', Arial, sans-serif;
}
