One stylesheet. No build step. Every component and utility class, explained with runnable examples.
Quick example
<div class="card shadow-2 rounded p2">
<h3 class="black bold">Hello</h3>
<p class="dark">Zero JS, zero build.</p>
</div>
Start with the guided walkthrough — it takes about ten minutes and covers tokens, layout, and your first component.