Thanks for writing back. I can’t see the lighter font declared for this rather the medium variation is inheriting as it’s set to sidebar text. However you can add this under Custom > CSS in the Customizer to set the font-family for the button :
.x-sidebar .mpc-textblock.donatesidebartext p {
font-family: "myriad-set-pro_ultralight";
}