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