/* English-only style overrides.
 *
 * Loaded AFTER styles.css. Every rule here must be scoped under
 * `html[lang="en"]` so it applies only when the English version is active.
 * The lang attribute is toggled client-side by script.js, so these rules
 * switch on/off automatically without a page reload.
 *
 * Example:
 *   html[lang="en"] .hero { min-height: 70vh; }
 */

/* EN closing statement — same upright Source Serif as the SK replacement. */
html[lang="en"] .method-closing p {
  font-family: var(--font-head);
  font-style: normal;
  font-weight: 500;
}

/* Keep the marked phrase bold within that shared closing font. */
html[lang="en"] .method-closing .closing-emphasis {
  font-weight: 700;
}
