stop using fixed pixel sizes for font scaling across different viewports. you can achieve a
smooth transition btwn mobile and desktop by using the
clamp()
function.
>this removes the need for multiple media query breakpoints just for text size.**it actually makes your css much cleaner