/* ============================================================ dudu · 字体与排版令牌 UI 中文走系统字体(输入法 = 原生应用,跟随系统最自然); Outfit(圆润几何无衬线)用于拉丁字 "dudu"、数字与价格, 与圆嘴 logo 的线条语言呼应。字重只用 400/500/600/700。 ============================================================ */ :root { --font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'MiSans', 'HarmonyOS Sans SC', 'Microsoft YaHei', 'Segoe UI', sans-serif; --font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; /* 字号阶梯 */ --text-xs: 12px; /* 角标、键帽 */ --text-sm: 13px; /* 次要信息、菜单 */ --text-base: 14px; /* 桌面正文 */ --text-md: 15px; /* 浮层识别文本、移动正文 */ --text-lg: 17px; /* 区块标题、移动列表 */ --text-xl: 20px; /* 窗口标题 */ --text-2xl: 24px; /* 页面大标题 */ --text-3xl: 32px; /* 价格、大数字 */ --text-4xl: 44px; /* 营销大字 */ /* 字重 */ --weight-regular: 400; --weight-medium: 500; --weight-semibold: 600; --weight-bold: 700; /* 行高 */ --leading-tight: 1.25; --leading-normal: 1.5; --leading-loose: 1.75; /* 中文长文本 */ /* 字距 */ --tracking-normal: 0; --tracking-wide: 0.02em; /* 品牌字 dudu */ }