/* Public-site typography contract. Logos remain image/vector artwork. */
html,body{font-family:var(--font-support)!important}
body :is(p,a,li,button,input,select,textarea,option,label,summary,figcaption,dt,dd,td,th,small,time,h4,h5,h6){font-family:var(--font-support)!important}
body :is(h1,h2,h3){font-family:var(--font-display)!important}
/* Inline reveal wrappers and links must retain their parent heading face. */
body :is(h1,h2,h3) :is(span,a,strong,em){font-family:inherit!important}
body .site-header .main-nav a{font-family:var(--font-support)!important}
/* Compact labels belong to the supporting voice, not the display hierarchy. */
body :is(.rotunda-card-caption,.project-list-row,.globe-projects,.globe-project-list,.site-search-result) :is(h2,h3,strong),
body.page-contact .contact-details h2,
body :is(.eyebrow,.diagram-number,.confluence-labels,.office-map text,.team-nationality,.entropy-definition){font-family:var(--font-support)!important}
body :is(button,input,textarea,select)::placeholder{font-family:var(--font-support)}
