em is inherited and compounds: nested elements with font-size: 1.2em produce 1.2 × 1.2 = 1.44. rem does not compound this way—the reference point is always the same. The reverse calculation works the same way, with division replaced by multiplication: 1.375rem with a 16 px base equals 22 px.