static TextStyle light24({required Color color}) { return TextStyle( fontSize: 24, fontWeight: FontWeight.w300, color: color, ); }