@keyframes book-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes book-brand-in{0%{opacity:0;letter-spacing:.32em}to{opacity:1;letter-spacing:.2em}}.book-enter{animation:.42s cubic-bezier(.22,1,.36,1) both book-enter}.book-enter-delay{animation:.52s cubic-bezier(.22,1,.36,1) 80ms both book-enter}.book-brand-in{animation:.7s cubic-bezier(.22,1,.36,1) both book-brand-in}.book-progress-fill{transform-origin:0;transition:width .42s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.book-enter,.book-enter-delay,.book-brand-in{animation:none}.book-progress-fill{transition:none}}
