:root {
    /* ============ PRIMARY COLORS (Dark Green) ============ */
    --main-color: #07663a !important; /* Dark Green */
    --main_gradient-color: linear-gradient(90deg, #064e2f 0%, #0aa86b 100%) !important;
    --van-primary-color: #07663a !important;

    /* ============ BACKGROUND COLORS ============ */
    --bg_color_L1: #ffffff !important;
    --bg_color_L2: #f4faf6 !important;
    --bg_color_L3: #e8f2ec !important;

    --van-background: #f4faf6 !important;
    --van-background-2: #ffffff !important;

    /* ============ TEXT COLORS ============ */
    --text_color_L1: #1f2d23 !important;
    --text_color_L2: #445a49 !important;
    --text_color_L3: #6c8a76 !important;
    --text_color_L4: #ffffff !important;

    /* ============ BUTTON / STATUS COLORS ============ */
    --button_dis_color: #bfbfbf !important;
    --van-active-color: #e6f4ec !important;

    --norm_red-color: #07663a !important;
    --van-success-color: #0a8c54 !important;
    --van-danger-color: #07663a !important;
    --van-warning-color: #07663a !important;

    /* ============ BORDER & DIVIDER ============ */
    --van-border-color: #d4e4da !important;
    --Dividing-line_color: #cdded4 !important;
}

/* 🔁 Sab unwanted red/orange/pink ko dark green me convert */
[style*="background:#ff"],
[style*="background: #ff"],
[style*="background:#f0"],
[style*="background: #f0"],
[style*="background:#e"],
[style*="background: #e"],
[class*="bg"][style*="#ff"],
[class*="bg"][style*="#f0"],
[class*="bg"][style*="#e"] {
    background: #07663a !important;
}

[style*="linear-gradient"][style*="#ff"],
[style*="linear-gradient"][style*="#f0"],
[style*="linear-gradient"][style*="#e"] {
    background: linear-gradient(90deg, #064e2f 0%, #0aa86b 100%) !important;
}

/* Text color replace */
[style*="color:#ff"],
[style*="color: #ff"],
[style*="color:#f0"],
[style*="color: #f0"] {
    color: #07663a !important;
}
