This table lists font size values in px for your type scales at the min and max viewport widths entered above.
Add a viewport width to show its corresponding font size values.
Add a scale step to extend your scale up or down.
/* @link https://utopia.fyi/type/calculator?c=320,18,1.2,1240,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
--step--2: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
--step--1: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
--step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
--step-1: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
--step-2: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
--step-3: clamp(1.9438rem, 1.7707rem + 0.8652vw, 2.4413rem);
--step-4: clamp(2.3325rem, 2.0823rem + 1.2511vw, 3.0519rem);
--step-5: clamp(2.7994rem, 2.4461rem + 1.7663vw, 3.815rem);
}