TextStyle buildDisplaySmall(Color color) { return EzTextStyle( fontSize: 36, color: color, fontFamily: EzConfig.instance.fontFamily, ); }