/* this tagerts the accordeon element titles */
a {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

/* this tagerts the basic text*/
p {
  font-family: 'Nunito', sans-serif;
}

/* This tagerts the header/title in a article */
.vp-article__heading.article__heading span {
    font-family: 'Nunito', sans-serif;
}

----- Search hero -----

/* Style the <h3> */
.ghq-card-content__medium-heading {
    font-family: 'Nunito', sans-serif;
}

/* Style the <h1> */
.w-full.text-center.space-overview__hero__header__content__intro h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700; 
}

/* Style the <p> */
.w-full.text-center.space-overview__hero__header__content__intro p {
    font-family: 'Nunito', sans-serif;
}

/* Style the <form> elements */
.w-full.text-center.space-overview__hero__header__content__intro form {
    font-family: 'Nunito', sans-serif;
}

-----