.story-text {
    color: rgba(248, 244, 238, .96);
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: clamp(20px, 1.55vw, 25px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .01em;
    text-wrap: pretty;
}
.story-text .lyrics-line { min-height: 1.62em; }
.story-text .lyrics-line.is-empty { height: .82em; min-height: .82em; }
.story-invite { font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-style: italic; }
@media (max-width: 700px) {
    .story-text { font-size: 19px; line-height: 1.65; }
}
