For font size that increases with screen size, you can use some clamp() math, like:
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
For font size that increases with screen size, you can use some clamp() math, like:
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);