/* Sattva Lumina brand tokens — ORANGE palette (client directive 2026-06-05). */
.theme{
    --Primary-color: #E2640F;        /* brand orange */
    --Secondary-color: #F59E0B;      /* amber accent */
    --button-color: #E2640F;
    --button-hover-color: #C24E0C;   /* darker orange on hover */
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
}