/**
 * @file
 * Text content.
 *
 * Extends the corresponding Olivero stylesheet.
 *
 * @see core/themes/olivero/css/components/text-content.css
 */

.text-content {
  color: inherit;
  font-family: inherit;
  line-height: inherit;

  @media (min-width: 43.75rem) {
    font-size: inherit;
    line-height: inherit;
  }
}
