Great plugin and great idea for the customization syntax!
Is it possible to access raw theme values inside plugin config to avoid having to manually hard code such values?
I imagine something along:
typography: {
default: {
css: {
color: theme('colors.pink.500'),
},
},
},