@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700;900&family=Lato:wght@300;400;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;background-color:#003831;color:#fff}h1,h2,h3,h4,h5,h6{font-family:Roboto Slab,serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes widthExpand{0%{width:0}to{width:100%}}.animate-fade-in{animation:fadeIn .6s ease-in-out}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-width-expand{animation:widthExpand .8s ease-out}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.text-shadow-sm{text-shadow:0 1px 2px rgba(0,0,0,.5)}.baseball-stitch{border-top:2px dashed #EFB21E}.prose-lg{font-size:1.125rem;line-height:1.75}@supports (scroll-behavior: smooth){html{scroll-behavior:smooth}}
