body {
  margin: 0;
  color: var(--brand-color-blue-dark);
  background: #fbf5ee;
  font-family: poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

a {
  text-decoration: none;
  color: var(--brand-color-orange);
}
h1{
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--brand-color-blue);
  padding: 10px 0;

}
h3 {
  font-size: 1em;
  font-family: poppins-bold, sans-serif;
  margin: 30px 0;
  color: var(--brand-color-blue-dark);
}
@media screen and (min-width: 48em) {
  body {
    font-size: 1rem;
    line-height: 2.125rem;
  }
}