@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=EB+Garamond:ital,wght@0,400;0,600;0,700;1,400&display=swap");

/* Site-wide reading default. Component-specific display and mono rules remain intact. */
body,
body.font-body-md,
body.font-body-lg {
  font-family: "Atkinson Hyperlegible", "Segoe UI", Arial, sans-serif !important;
}

/* Testimonials intentionally keep the existing editorial serif voice. */
.testimonial,
.testimonials,
[data-testimonial],
.testimonial *,
.testimonials *,
[data-testimonial] * {
  font-family: "EB Garamond", Georgia, serif !important;
}