/* Theme overrides: switch yellow scheme to soft blue, buttons to green */
:root{
  --section_gradient_start:#bfe3ff; /* soft blue start */
  --section_gradient_end:#bfe3ff;   /* soft blue end */
  --footer_bg_color:#cfe9ff;        /* footer light blue */
  --header_background_color:#cfe9ff;/* header light blue */
  --button_background_color:#2db866;/* pleasant green buttons */
}

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



