Convert px โ rem and px โ em with a configurable root font size.
rem is relative to the root (html) font size. em is relative to the parent elementโs font size.
Most browsers use 16px as the default root font size, so 1rem typically equals 16px unless you change html { font-size }.