/*
 * BODY TEXT - STRONG FONT
 *
 * Keep bold text in the same font family as its surrounding paragraph.
 * The theme's p strong rule prioritizes Apple system fonts ahead of
 * Freight Sans Pro, making bold text appear larger on Apple devices.
 *
 * Font weight and size remain controlled by the existing theme styles.
 */
p strong {
  font-family: inherit;
}