NiceTypography constructor
Implementation
const NiceTypography({
required this.fontFamily,
required this.heading1,
required this.heading2,
required this.heading3,
required this.body,
required this.bodySmall,
required this.caption,
required this.label,
required this.button,
});