:root {
    /* 颜色变量 */
    --primary-color: #5FB878;
    --text-color: #333;
    --text-light: #999;
    --bg-color: #f5f5f5;
    --white: #fff;
    
    /* 导航栏变量 */
    --header-height: 60px;
    --header-bg: var(--white);
    --header-shadow: 0 1px 2px rgba(0,0,0,.1);
    --nav-spacing: 40px;
    --logo-height: 40px;
    
    /* 间距变量 */
    --spacing-sm: 10px;
    --spacing-md: 15px;
    --spacing-lg: 20px;
}