html {
	/* 主题 */
	--app-theme-primary: #0070e8;
	--app-theme-secondary: #2563eb;
	--app-theme-tertiary: rgba(37, 99, 235, 0.15);
	--app-linear-primary: linear-gradient(270deg, #958bff 0%, #2563eb 100%);

	/* 主内容 */
	--app-layout-content-max-width: 1200px; /* 最大宽度 */
	--app-layout-content-padding-side: 20px; /* 内边距 */

	/* 文本 */
	--app-text-font-size: 14px;
	--app-text-color: #1f2329;
	--app-text-color-2: #475569;
	--app-text-color-3: #3d3d3d;
	--app-text-color-4: #646d80;
	--app-text-color-5: #3d3d3d;
	--app-text-color-6: #939baa;
	--app-text-color-7: #7d7d7d;
	--app-text-line-height: 1.428517;

	/* 边框 */
	--app-border-color: #e0e5eb;
}

@media screen and (max-width: 768px) {
	html {
		--app-text-font-size: 12px;
	}
}
