@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
/* Apply custom font to body text */
body, 
p, 
li, 
span, 
div {
  font-family: 'Outfit', sans-serif;
}

/* Apply font to headings */
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.page-title,
.section-header {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}
h1.h3{
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}
h3.no-margin{
    font-family: 'Outfit', sans-serif;
}
h1.h2{
    font-family: 'Outfit', sans-serif;
}