--- title: Font Weights description: "List of tokens used for font weights." --- ## Usage ```tsx ``` ## Tokens | Token | Value | | ----------- | ----- | | `hairline` | `100` | | `thin` | `200` | | `light` | `300` | | `normal` | `400` | | `medium` | `500` | | `semibold` | `600` | | `bold` | `700` | | `extrabold` | `800` | | `black` | `900` |