Example

Our base font size is 14px and base line-height is 18px

Here's some important text and here's something we want to emphasize.

<p>Our base font size is <strong>14px</strong> and base line-height is <strong>18px</strong></p>
<p>Here's some <strong>important text</strong> and here's something we want to <em>emphasize</em>.</p>
Example

This is a link

<p>This is a <a href="#">link</a></p>
Example

This is normal text

This is dimmed text

<p>This is normal text</p>
<p class="cf-text-dimmed">This is dimmed text</p>