/**
 * "About the event" / "About the exhibition" body copy.
 *
 * The vendored rich-text default is 16px/400 — noticeably smaller than
 * everything around it on an event page, and small enough that a one-line
 * description reads as a caption rather than as the event's own copy. This
 * matches the homepage's h3 (.featured-date-heading-homepage): Abcrom
 * 32px/300 with a 38px line-height.
 *
 * Scoped with .cxw-about-lg so only the event/exhibition About section picks
 * it up, not every .w-richtext on the site.
 */

.cxw-about-lg,
.cxw-about-lg p,
.cxw-about-lg li {
  font-family: Abcrom, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

/* The rich text can carry its own emphasis; keep that meaningful rather than
   letting the 300 weight above flatten it. */
.cxw-about-lg strong,
.cxw-about-lg b {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cxw-about-lg,
  .cxw-about-lg p,
  .cxw-about-lg li {
    font-size: 24px;
    line-height: 29px;
  }
}
