/* Lodha Sadahalli brand tokens — GOLD palette (#9E801B, client directive 2026-06-12). */
.theme{
    --Primary-color: #9E801B;        /* brand gold */
    --Secondary-color: #C9AE4A;      /* light gold accent */
    --button-color: #9E801B;
    --button-hover-color: #7E6615;   /* darker gold on hover */
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
}