Typography
Rongila CSS offers a wide range of typography options#
Headers -#
<h1> Header 1 </h1><h2> Header 2 </h2><h3> Header 3 </h3>

Text Sizes & Styles -#
<p class="txt-xl">Extra Large Text</p><p class="txt-lg">Large Text</p><p class="txt-med">Medium Text</p><p class="txt-sm">Small Text</p><p class="bold">Bold Text</p><p class="italic">Italic Text</p>

Titles & Subtitles -#
<p class="title1">Title 1</p><p class="title2">Title 2</p><p class="subtitle">Subtitle</p>
