:root {
	/* 1. 品牌主色调 */
	--ql-color-primary: #0052d9;

	/* 2. 品牌副色调 */
	--ql-color-secondary: #2c3e50;

	/* 3. 大标题文字主色 */
	--ql-color-text-title: #222222;

	/* 4. 内容文字主色 */
	--ql-color-text-body: #555555;

	/* 5. 基础行高 (建议 1.5 - 1.8 之间，阅读最舒服) */
	--ql-line-height-base: 1.6;

	/* 6. 网站基础宽度 */
	--ql-container-width: 1200px;
}
