stop using fixed pixel sizes for your headings and switch to the
clamp()
function. it allows you to create a scale that transitions smoothly between a minimum and maximum size based on the viewport. no more media query bloat for every single breakpoint.
>it makes the transition between mobile and desktop feel seamless.**just dont forget to set a fallback for older browsers