Inheritance
Inheritance in CSS refers to the concept where certain styles applied to parent elements are passed down to child elements. For example, if a font style is applied to a <body> element, all text elements within the body, such as headings and paragraphs, will inherit that font style unless a more specific style is applied to them.