For my react application, I utilize Material UI (@mui/material). However, I've come to realize that there might be some nuances in how the components interact with each other. For instance, if I nest a MenuItem inside a Box or a Link inside a Typography element, I'm not entirely sure which styles are predefined in Typography and which ones will apply from the respective component. Will the styles be inherited from the parent element? These questions have been on my mind as I continue working with Material UI.