/* Theme overrides: switch to orange brand colors */
:root{
  --section_gradient_start:#ff8c42; /* warm orange start */
  --section_gradient_end:#ffb366;   /* lighter orange end */
  --footer_bg_color:#ffe0b3;        /* light orange footer */
  --header_background_color:#ffe0b3;/* light orange header */
  --button_background_color:#ffd700;/* golden yellow buttons */
}

/* Keep text/link colors consistent with brand primary */
/* Optionally soften primary if needed in the future */



