/* Unified content typography. Sizes, weights and spacing remain component-owned. */
:root{
  --ap-content-font:"Cera Round Pro",Arial,sans-serif;
}

body{
  font-family:var(--ap-content-font);
}

#top .svc-directions,
#top :is(h1,h2,h3,h4,h5,h6,p,li,summary),
.footer :is(h1,h2,h3,h4,h5,h6,p,li),
:is(#xrefServiceModal,#xrefLeadModal,#apCertModal,#mobileContactModal) :is(h1,h2,h3,h4,h5,h6,p,li){
  font-family:var(--ap-content-font)!important;
}
