@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;1,6..72,400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}body{color:#f8fafc;background-color:#0b0f19;min-height:100vh;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.font-serif-reader{font-family:Newsreader,Georgia,serif}.pdf-paper-sheet{border-radius:1.5rem;width:100%;max-width:860px;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.paper-shadow-beige{box-shadow:0 25px 50px -12px #78350f26,0 0 0 1px #d9770626}.paper-shadow-white{box-shadow:0 25px 50px -12px #0f172a1f,0 0 0 1px #e2e8f0cc}.paper-shadow-dark{box-shadow:0 25px 50px -12px #0009,0 0 0 1px #1e293bcc}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a99;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#f59e0b99;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f59e0be6}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeIn}
