Gonna go for the liquid scaling, but I think I'm gonna need a spreadsheet for
all the calculations I want to do. Given I have a min 360 and a max 960
width (is that even reasonable?) and I want a maximum text width of 30 ems, I
think I could write a spreadsheet that could calculate all of the margins and
clamp them.
It's annoying that I have to calc(clamp()) to keep Sass from fucking with me,
but at least it's do-able. Maybe as a separate CSS file?