.scroll-heading-container {
display: block;
line-height: 1.3;
}
.scroll-heading-word {
display: inline-block;
transition: color 0.25s ease-out;
}
.scroll-heading-word.is-active {
color: var(--reveal-color) !important;
}