/* =========================================================
   About page — WordPress conversion support only.
   NOTE: the original about-the-artist.html does NOT load this file; the page is
   styled entirely by the Webflow shared CSS. So this file must NOT restyle any
   original element (no font / size / weight / colour overrides) — doing so makes
   the page diverge from the build. It holds ONLY the small rules needed to make
   the now-editable rich-text behave like the original fixed markup.
   ========================================================= */

/* The intro bio is editable rich text. The original emphasised words used
   <span class="bold-body-text"> (white, weight 500); reproduce that for the
   <strong> / <b> that the editor's Bold button produces, so editing stays faithful. */
.section-about-hero .body-text strong,
.section-about-hero .body-text b {
  color: var(--white, #ffffff);
  font-weight: 500;
}
