You can add @media statements to work at any point you choose. So you could adjust the CSS to change the font-size, for example, when greater than 1680px.
You can have as many @media as you like but
a) don't overbloat your css
b) remember to use a sensible order so different @media's don't conflict with each other.
Try it in CustomCSS to get a quick success/fail.