Typography
Stybber offers a simple set of typography utilities for clean, readable interfaces.
🅰️ Headings
Use semantic HTML headings with consistent styles:
<h1 class="text-4xl font-bold">Heading 1</h1>
<h2 class="text-3xl font-semibold">Heading 2</h2>
<h3 class="text-2xl font-medium">Heading 3</h3>