:root {
    /* 主题色 */
    --theme-color: #07AAFF;
    --theme-color-light: #60A5FA;
    --theme-color-dark: #2EB6FF;
    --theme-color-bg: linear-gradient(270deg, #06BDFF 0%, #1271EF 100%);
    --theme-color-linear-bg: linear-gradient(136deg, #60A5FA, #2EB6FF, #07AAFF, #1271EF);
    --login-bg-image: url('/themes/DigitalBlue/assets/image/bg/bg2025.jpg');
    --hero-bg-image: url('/themes/DigitalBlue/assets/image/hero/hero2.jpg');
    --hero-bg-color: #f8f9fa;
    --hero-bg-opacity: 0.5;
    --hero-bg-blur: blur(10px);

    
}