A hyperlink (or simply link) is an interactive element that allows users to navigate from one location to another within a webpage, a different website, or a file. You can use the .hyperlink-* classes to links.
<a class="hyperlink hyperlink-lg" href="#">Learn More</a>
<a class="hyperlink hyperlink-md" href="#">Learn More</a>
<a class="hyperlink hyperlink-sm" href="#">Learn More</a>
<a class="hyperlink hyperlink-xs" href="#">Learn More</a>