I have been using this code in multiple sections of the app:
<label className="input text-neutral-content">
Name
<input type="text" className="grow text-base-content"/>
</label>
While I understand that tailwind promotes inline styling, is there a way to globally define the text color for labels and inputs so that I don't have to constantly repeat text-neutral-content and text-base-content for each input field?