.theme {
    --Primary-color: #2F6B3F;        /* Forest Green */
    --Secondary-color: #7FB83E;      /* Nature Green */
    
    --button-color: #2F6B3F;
    --button-hover-color: #234F2F;

    --button-text-color: #FFFFFF;
    --button-text-hover-color: #FFFFFF;

    --bg-light: #F3F7EE;             /* Soft Natural Background */
    --text-color: #35463A;           /* Deep Forest Text */
}