What Happens at Each Width
Below the starting viewport, the minimum term wins. Within the selected range, the preferred expression grows linearly. Above the ending viewport, the maximum term wins. No media query is required for that one continuous scale.
REM vs Pixel Output
REM keeps the minimum and intercept tied to the document root size and is the usual choice for type. Pixel output can match fixed design specifications, but it makes the relationship to a root type scale less explicit.
Accessibility and Zoom
Do not disable browser zoom. Test at 200% zoom, with larger default text, and on narrow screens. A maximum at least twice the minimum provides more room for enlargement, but a formula alone does not guarantee readable type or accessible reflow.
When to Use a Type Scale
Use related minimum and maximum values across headings and body styles so the hierarchy remains intentional. CSS custom properties can store each generated clamp and keep component rules readable.