Render Flow - Why theme customization is needed
[Start Tailwind Config] -> [Read default theme] -> [Apply user theme overrides] -> [Generate CSS with custom values] -> [Browser renders with new styles]
Tailwind reads its default theme, then applies any user customizations from the config file, generating CSS that the browser uses to style the page with the customized look.