/* Keep the scroll prompt's left edge precisely aligned with the final "t"
   in the Initialize project button.  The live value is measured by
   hero-alignments.js after the web fonts have loaded. */
.hero .scroll-note {
  left: var(--scroll-note-left) !important;
  right: auto !important;
}
