Calculate responsive line height for TextStyle
double lineHeight(double factor) { return factor * (screenHeight / ResponsiveConfig.baseHeight); }