import { Meta } from '@storybook/blocks'; export const SampleText = 'Lorem ipsum dolor sit amet, consectetur'; # Typography Given that this project uses Tailwind via Skeleton.dev, the usual Storybook Typeset cannot be used. Instead this is how it will actually be styled: ## Heading

H1: {SampleText}

H2: {SampleText}

H3: {SampleText}

H4: {SampleText}

H5: {SampleText}
H6: {SampleText}
## Paragraph

{SampleText}

## Anchor

Anchor

## Blockquote
Blockquote
## Preformatted text
Preformatted text
## Code Code ## Keyboard Keyboard ## Insertion Insertion ## Deletion Deletion