/* Wander Yak (tourism booking platform) — warm / adventurous mood.
   Shifts the accent role from coral to a sunset gold. Structural
   rules live in project-common.css. */
:root{
  --accent:#e8973a;
  --accent-hover:#c97d28;
  --accent-soft:#e8973a1f;
}
