You can even take it forward and combine variables in PostCSS with Custom media like this:
(No direct browser support yet in Plain CSS)
@ custom-media --large (width >= 1200px);
@ custom-media --small (width >= 400px);
@ media (--large) {}
@ media (--small) {}