/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 21:18:22 */
/* =========================================================
   Opus specialist cards
   ---------------------------------------------------------
   The team plugin declares NO font-family on the post-nominals
   line (h5) or the role label (span) inside a specialist card,
   so browsers fall back to their own default and the line
   renders differently from machine to machine.
   This pins both to Source Sans Pro, matching the "View profile"
   link already used on the same card.
   Covers the service-page slider and the main team grid.
   ========================================================= */

.team_slider figure h5,
.team_slider figure h5 span,
.ex-tplist figure h5,
.ex-tplist figure h5 span,
.ctgrid figure h5,
.ctgrid figure h5 span {
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
}
