>>1727the fix is just using
clamp()
for everything so you can ditch the mid-range breakpoints entirely. if you set your font sizes and margins with a fluid range, the layout scales itself without needing those specific
min-width
overrides. it makes the whole process feel much more
intrinsic to the CSS rather than an afterthought