:root {
    --color-highlight: #0e79db;
    /* 高亮 交互使用 */

    --color-title: #121212;
    /* 标题 正文 重要性文字 */
    --color-describe: #b2b2b2;
    /* 正文 二级文字 浅色交互 大量使用 */
    --color-disabled: #d9d9d9;
    /* 提示型 默认文字 icon 禁用按钮 较弱情况使用 */
    --color-border: #e6e6e6;
    /* 线框色 */

    --color-tag: #fc6180;
    /* icon 标签 模块 */
    --color-tab-hint-guide: #ff5050;
    /* icon 标签 提示 引导 */
    --color-tab-hint: #ffb64d;
    /* icon 标签 模块 */
    --color-hint: #2cd07e;
    /* 提示 引导 */
    --color-nav-title: #313131;
    /* 导航栏标题 模块标题 */

    /* 字体色 亮色 */
    --color-text-high1: #ffffff;
    /* 亮度1 */
    --color-text-high2: #e2e2e2;
    /* 亮度2 */
    --color-text-high3: #c6c6c6;
    /* 亮度3 */
    --color-text-high4: #ababab;
    /* 亮度4 */
    --color-text-high5: #919191;
    /* 亮度5 */

    /* 字体色 暗色 */
    --color-text-dark1: #000000;
    /* 亮度1 */
    --color-text-dark2: #1b1b1b;
    /* 亮度2 */
    --color-text-dark3: #303030;
    /* 亮度3 */
    --color-text-dark4: #474747;
    /* 亮度4 */
    --color-text-dark5: #5e5e5e;
    /* 亮度5 */
}
