Basic example

  p {
    font-size: clamp(1rem, 3vw, 2rem)
  }

output:

I am responsive!