The "container" class can be used wherever you want to center your content while creating white-space left and right. You should use it if you want more predictable and eye-resting designs, but skip it to create fluid layouts.
...
For readability reasons you should not leave text widths unrestricted. Add the class "text-container" to limit elements that contain texts to a reasonable size. To center align this block add also the "text-container--center" class.
... Text elements ...... Centered text elements ...
Anchors by default will inherit their color, so to make them stand out with your primary color, use the "link" class.
Styled link
To align content within a block element, use directly these classes.
Left aligned textCenter aligned textCenter aligned textRight aligned text
Since we are using a single font weight, to stress text within paragraph, we had to create a utility class. Example:
In this sentence this will be stressed compared to the rest.
In this sentence this will be stressed compared to the rest.