Hi, first let me say. I'm a user, not a developer. So with that said I can read HTML and CSS and a little PHP but it's not easy for me.
I have noticed that some CSS classes have PHP variables assigned to them. Often the variable isn't actually used.
For example border-radius: var(--am-button-radius);
and font-size: var(--am-button-font-size);
I'd like to be able to go into "General Data and Files" and write that variable. Make it what I want so then the CSS picks it up and uses it globally, or on a page by page basis.
Is this possible?