Previously we were using base 24px and rem with browser rounding to render font-sizes this led to sizes like
0.5833333rem which became 13.999992px in browsers setting the base font size to a hard px value broke browser
settings that scaled the font.
SCSS deprecations and CSS custom properties for v3.0(#3892)