> it appears that the default font size for most browsers is 16px, so 38rem is 608px. supporting 600px displays at a minimum seems reasonable. I dont get the logic here. If the goal is 600px, why are we using rem?
Why are we even setting a font-size on root of we want to base the width on the "default?"
Why are we even setting a max-width? Just split text into columns to maintain a legible line length.