main h1 {
  font-size: clamp(2.1rem, 4.2vw, 3rem) !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

@media (max-width: 767px) {
  main h1 {
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
  }
}

@media (max-width: 420px) {
  main h1 {
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
  }
}

@media (min-width: 1024px) {
  main h1 {
    font-size: 3rem !important;
  }
}

/* The download buttons render the Apple glyph as text. The inherited
   Clipbook background asset is not shipped with this site. */
.apple {
  background-image: none !important;
}
