/* Cache-busting testimonial overrides (homepage carousel + About “What people say”).
   Parent .pull still sets Instrument Serif italic; these rules must win
   even if a stale about.*.css is served.
   Do not restyle essay magazine rails (bare .pull outside .says / .pullcar,
   or article.post blockquote). */

/* Homepage carousel — keep quiet Caveat sizes */
.pullcar .pull.pslide {
  font-family: Caveat, "Segoe Script", cursive !important;
  font-style: normal !important;
  font-size: 1.125rem;
  line-height: 1.45;
}
.pullcar .pq {
  font-family: Caveat, "Segoe Script", cursive !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  font-size: 1.125rem !important;
  line-height: 1.45 !important;
}
.pullcar .pwho {
  font-family: "IBM Plex Sans", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
@media (min-width: 641px) {
  .pullcar .pull.pslide,
  .pullcar .pq {
    font-size: 1.2rem !important;
    line-height: 1.45 !important;
  }
}

/* About “What people say” cards only */
.says .pull,
.pull.say {
  font-family: Caveat, "Segoe Script", cursive !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em;
}
@media (min-width: 641px) {
  .says .pull,
  .pull.say {
    font-size: 1.2rem !important;
  }
}
