export type Variant = `${'c' | 't' | 'h' | 'copy' | 'title' | 'heading'}${1 | 2 | 3 | 4}` | 'h5' | 'heading5';