@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Onest:wght@100;300;400;500;600;700;800;900&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Onest', Arial, Helvetica, sans-serif;
}

p, li {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.welcome-heading {
  font-size: 4rem;
  font-weight: 900;
}

.welcome-copy {
  font-size: 1.5rem;
  font-weight: 400;  
}

.sub-heading {
  font-family: 'Onest', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
  .welcome-heading {
    font-size: 3rem;
    font-weight: 800;
  }
}