Given this rule, what computed font-size does the browser apply when the viewport is 1px wide (i.e. extremely narrow)?h1 { font-size: clamp(1rem, 2.5vw + 0.5rem, 3rem); } /* Assume the root font-size is 16px and is not overridden. */