Copy

This helper will set reasonable defaults on copy.

.t-copy
<h2 class="t-copy ">Example of  text</h2><p class="t-copy">Normal paragraph of text with no modifier.</p>
This class isn't referenced anywhere
.t-copy--level-2
Adds highest layer of hierarchy to text. Level modifiers are typically used on heading tags.
<h2 class="t-copy t-copy--level-2">Example of t-copy--level-2 text</h2><p class="t-copy">Normal paragraph of text with no modifier.</p>
This class isn't referenced anywhere
.t-copy--level-3
Adds next layer of hierarchy to text.
<h2 class="t-copy t-copy--level-3">Example of t-copy--level-3 text</h2><p class="t-copy">Normal paragraph of text with no modifier.</p>
This class isn't referenced anywhere
.t-copy--level-4
Adds lowest layer of hierarchy to text.
<h2 class="t-copy t-copy--level-4">Example of t-copy--level-4 text</h2><p class="t-copy">Normal paragraph of text with no modifier.</p>
This class isn't referenced anywhere