What is CSS clamp()?
CSS clamp() is a function that clamps a value between an upper and lower bound. For typography, it creates fluid font sizes that scale smoothly with viewport width while respecting minimum and maximum limits. The syntax is: clamp(minimum, preferred, maximum).