The site uses standard breakpoints, but the "lead" text size (17px) remains static.
- Recommendation: Consider using clamp() for paragraph text (e.g., font-size: clamp(16px, 1vw + 14px, 18px)) to provide a more fluid typographic experience across unconventional screen sizes (tablets and small laptops).
The site uses standard breakpoints, but the "lead" text size (17px) remains static.