/**
 * @file
 * Node specific styles.
 *
 * Extends the corresponding Olivero stylesheet.
 *
 * @see core/themes/olivero/css/components/node.css
 */

@media (min-width: 43.75rem) {
  .node__content {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
