.usertext,
.blocks {
  & * {
    max-width: 53rem;
  }
  & h1 {
    font-family: "Londrina", sans-serif;
    font-weight: 300;
    font-size: clamp(1.75rem, 6vw, 4rem);
    line-height: 1;
    margin-bottom: 0.5em;
  }
  & h2 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  & p {
    margin-bottom: 1em;
    font-size: clamp(1rem, 3vw, 1.25rem);
  }
}
