@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@300;400;500;600&display=swap');
:root {
  --site-font-body: 'Barlow', system-ui, sans-serif;
  --site-font-heading: 'Barlow Condensed', system-ui, sans-serif;
}
body, body * { font-family: var(--site-font-body) !important; }
h1,h2,h3,h4,h5,h6,.brand,.brand-sub,.top-phone,.nav-link,.btn-nav,.btn-ghost,.btn-primary,.btn-outline,[class*='hero-'],[class*='-h1'],[class*='-h2'],[class*='-h3'],[class*='-title'],[class*='-eyebrow'],[class*='-name'],[class*='-tag'],[class*='-num'],[class*='-label'],[class*='section-'],[class*='proc-'],[class*='qfc-'],[class*='need-'],[class*='faq-'],[class*='q-'],th,label,button { font-family: var(--site-font-heading) !important; }




