# BlueprintUI Typography

[![npm version](https://badge.fury.io/js/@blueprintui%2Ftypography.svg)](https://badge.fury.io/js/@blueprintui%2Ftypography)

## Streamlined, Consistent Typography Utilities in Under 1kb

A comprehensive toolkit designed to deliver uniform type styles and utilities for web applications.

- Automatic contrast adjustment
- Semantic size types for enhanced readability
- Responsive sizing for optimal display
- Text transformation capabilities
- Customizable theming options

## [Documentation Site](https://blueprintui.dev/docs/foundation/typography)

```html
<p bp-text="heading">The five boxing wizards jump quickly (heading)</p>

<p bp-text="subheading">The five boxing wizards jump quickly (subheading)</p>

<p bp-text="section">The five boxing wizards jump quickly (section)</p>

<p bp-text="subsection">The five boxing wizards jump quickly (subsection)</p>

<p bp-text="content">The five boxing wizards jump quickly (content)</p>
```
