@import"https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&display=swap";:root{--bg-cream: #FAF9F6}.font-display,.font-sans{font-family:Outfit,sans-serif}.animate-spin-slow{animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reveal{to{stroke-dashoffset:300}}.animate-reveal{animation:reveal 1.5s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes draw{to{stroke-dashoffset:0}}.animate-draw{animation:draw 2s ease-out forwards}
