h2({Color? color, double? height}) { return TextStyle( fontFamily: "Montserrat", fontWeight: FontWeight.w500, fontSize: JuiFontSize.f40, color: color ?? JuiColors.primaryColor, height: height, ); }