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