just make sure you use a calc function if you want to keep your base rem size stable. i usually pair it with
calc(1rem + (2.5 - 1) * ((100vw - 320px) / (1920 - 320)))
so the math is actually predictable across different screen widths. otherwise, the scaling can feel a bit
unpredictable on ultra-wide monitors.