Hi everyone, I'm trying to create a design system for my team to maintain consistency. Our mobile app is made of card containers which have multiple variations in content, eg. some have text only, others have subcards, others have charts, etc. How do I create a card component with the spacing/corner radius/background and other properties so I can make sure my team maintains a consistent look across the app without needing to detach the instance everytime they need to change the content in the card? Or is there another way I should be approaching this issue?