stop using fixed pixel values for your font sizes. instead, try using the
clamp(1rem, 5vw, 3rem)
function to create text that scales
smoothly between breakpoints. it makes your layouts feel much more
responsive without needing dozens of media queries
and saves you from writing messy math in every stylesheet ⚡