export type FontColor = | 'Primary' | 'Secondary' | 'Disabled' | 'Error' | 'PrimaryContrastHigh' | 'PrimaryMain' | 'inherit' export type FontWeight = 'regular' | 'medium' | 'semibold' | 'bold' | 'inherit' export type FontAlignment = 'start' | 'center' | 'end'