A user wanted a way to set the style of the button globally using the utlity classes that they have.
Fluent Forms has a method of removing the button styling so you can add your own classes to the button, however this method requires you to add the classes to every form you create.
The method below does it globally using a hook so you never have to think about it.
Your global styling will automatically get added if the button style is set to either default
or no_style
.