TextStyle textH2({Color? color}) { return TextStyle( fontSize: 48, fontWeight: FontWeight.w700, color: color ?? Colors.black, fontFamily: Strings.fontFamily, ); }