Typescalefluid
320px
1280px960px
--fs-5xl·89.7637100.9842pxclamp(5.6102rem, 0.0731vw + 5.3764rem, 6.3115rem)

Almost before we knew it, we had left the ground.

9xl
--fs-4xl·67.339675.7571pxclamp(4.2087rem, 0.0548vw + 4.0333rem, 4.7348rem)

Almost before we knew it, we had left the ground.

8xl
--fs-3xl·50.517456.832pxclamp(3.1573rem, 0.0411vw + 3.0257rem, 3.552rem)

Almost before we knew it, we had left the ground.

7xl
--fs-2xl·37.897542.6347pxclamp(2.3686rem, 0.0308vw + 2.2699rem, 2.6647rem)

Almost before we knew it, we had left the ground.

6xl / h1
--fs-xl·28.430231.984pxclamp(1.7769rem, 0.0231vw + 1.7029rem, 1.999rem)

Almost before we knew it, we had left the ground.

4xl / h2
--fs-lg·21.32823.994pxclamp(1.333rem, 0.0174vw + 1.2775rem, 1.4996rem)

Almost before we knew it, we had left the ground.

2xl / h3
--fs-base·1618pxclamp(1rem, 0.013vw + 0.9583rem, 1.125rem)

Almost before we knew it, we had left the ground.

base
--fs-sm·12.00313.5034pxclamp(0.7502rem, 0.0098vw + 0.7189rem, 0.844rem)

Almost before we knew it, we had left the ground.

sm
--fs-xs·9.004510.1301pxclamp(0.5628rem, 0.0073vw + 0.5394rem, 0.6331rem)

Almost before we knew it, we had left the ground.

xs
:root {
  --fs-xs: clamp(0.5628rem, 0.0073vw + 0.5394rem, 0.6331rem);
  --fs-sm: clamp(0.7502rem, 0.0098vw + 0.7189rem, 0.844rem);
  --fs-base: clamp(1rem, 0.013vw + 0.9583rem, 1.125rem);
  --fs-lg: clamp(1.333rem, 0.0174vw + 1.2775rem, 1.4996rem);
  --fs-xl: clamp(1.7769rem, 0.0231vw + 1.7029rem, 1.999rem);
  --fs-2xl: clamp(2.3686rem, 0.0308vw + 2.2699rem, 2.6647rem);
  --fs-3xl: clamp(3.1573rem, 0.0411vw + 3.0257rem, 3.552rem);
  --fs-4xl: clamp(4.2087rem, 0.0548vw + 4.0333rem, 4.7348rem);
  --fs-5xl: clamp(5.6102rem, 0.0731vw + 5.3764rem, 6.3115rem);
}