Controlling and utilising inheritance
The bold elements inside a <strong> have a font-weight of 900 by default.
This text is in a component called .my-component, which has a font-weight of 500.
This <strong> element is inside .my-component. It inherits the 500 weight because it’s font-weight is set to inherit.