### Heading Classes

- Each cell in the table is a class name.
- Classes are divided into column by their semantics

| Appearance | On Dark |
|------|---------|
| `h1` | `light` |
| `h2` |         |
| `h3` |         |
| `h4` |         |
| `h5` |         |
| `h6` |         |

### Text Classes

| Default | Size | Weight | On Dark | Secondary | Skin | Link | Disabled |
|---------|------|--------|---------|-----------|------|------|----------|
| `text`  | `sizeTiny` | `weightThin*` | `light` | `secondary` | `skinStandard*` | `link` | `disabled` |
| | `sizeSmall` | `weightNormal` |  |  | `skinError` |  |  |
| | `sizeMedium*` | `weightBold` |  |  | `skinSuccess` |  |  |
| |  |  |  |  | `skinPremiumSuccess` |  |  |

- The `text` class applies the default style.
- The classes marked with `*` are the default styles (When `text` is applied)
