h1,
h2,h3,
figcaption,
p {
  font-family: 'Nunito Sans', sans-serif;
}

h1 {
  font-size: clamp(2rem, 10vw, 4rem);
  font-weight: 700;
}

figcaption,
p {
  font-size: 2rem;
}

h2 {
    font-size: 3rem;
  }

h3 {
    font-size: 2.5rem;
  }


blockquote{
	/* margin:0 0 1rem 0; */
	padding:0 5px;
	color:#007733;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    text-align: center;
} 