@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.article-content h2{font-size:1.875rem;font-weight:700;margin-top:2.5rem;margin-bottom:1.25rem;scroll-margin-top:100px;position:relative}.article-content h2:before{content:"";position:absolute;left:-1.5rem;top:.5rem;width:.5rem;height:.5rem;background-color:#000;border-radius:50%;opacity:0;transform:scale(0);transition:opacity .3s,transform .3s}.article-content h2:hover:before{opacity:1;transform:scale(1)}.article-content p{margin-bottom:1.5rem;line-height:1.8}.article-content p:first-of-type:first-letter{float:left;font-size:3.5rem;line-height:.8;padding-right:.5rem;font-weight:700}.article-content li{animation:fadeInUp .5s ease forwards;animation-play-state:paused}.article-content li.visible{animation-play-state:running}