@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap');

h1, h2, h3, h4, h5, h6, span, input {
  font-family: 'Outfit', 'Helvetica', sans-serif;!important 
  font-weight: 600;
  margin-top: 0px; !important
}

.hs-button, a.hs-button, input[type=submit], input[type=button] {
  font-family: 'Outfit', 'Helvetica', sans-serif;!important 
  font-weight: 600;!important
}

p, {
   font-family: 'Outfit', 'Helvetica', sans-serif; 
  font-weight: 400; 
}

code {
  font-family: 'Outfit', 'Helvetica', sans-serif; 
}