Layout
For text and images, we have specific classes that we can reuse to avoid creating a new class for each block of content.
Once in a while, you may have a design that requires a unique text size. In that case, you can create custom text classes. Try not to do this too much!
These are classes for styling text. There are 2 groups: headings and body text.
Heading text styles start from text-h1 , down to text-h6, while body text classes start from text-xl, down to text-xs
There is a generic rich-text class that helps make the defaults a bit better. Of course, you are free to create more specific classes.
The image class sets your images to full width and height, and the object fit to cover. You can also use a combo class to set it to "contain".