@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes letterSpacingReveal{0%{letter-spacing:-.1em;opacity:0;filter:blur(8px)}to{letter-spacing:.15em;opacity:1;filter:blur(0)}}@keyframes elegantPulse{0%,to{opacity:.92;transform:scale(1)}50%{opacity:.98;transform:scale(1.005)}}@keyframes slowRotate{0%{rotate:0deg}to{rotate:360deg}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.animate-letter-reveal{animation:letterSpacingReveal 1.6s cubic-bezier(.16,1,.3,1) forwards}.animate-elegant-pulse{animation:elegantPulse 4s ease-in-out infinite}.animate-spin-slow{animation:slowRotate 16s linear infinite}.animate-slide-up{animation:slideUp 1s cubic-bezier(.16,1,.3,1) forwards}body{font-family:Inter,sans-serif;background-color:#faf8f5;color:#2a211d;margin:0}.font-serif{font-family:Playfair Display,serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#faf8f5}::-webkit-scrollbar-thumb{background:#e0dbd0;border-radius:999px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#b09b88}
