Generate responsive CSS for typography and spacing that scales perfectly between two screen sizes.
The smallest screen size to support (e.g., mobile).
The largest screen size to stop scaling (e.g., desktop).
The minimum size the element should ever be.
The maximum size the element should ever be.
clamp(1.125rem, 0.778rem + 1.25vw, 1.5rem);