@tailwind base;@tailwind components;@tailwind utilities;:root{--poetic-bg: #fdfbf7;--poetic-ink: #1c1917;--poetic-accent: #78350f;--poetic-muted: #4b5563}body{font-family:Inter,PingFang SC,Lantinghei SC,Microsoft YaHei,sans-serif;background-color:var(--poetic-bg);color:var(--poetic-ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.heading-serif{font-family:Playfair Display,"Noto Serif SC",serif;letter-spacing:-.02em}.reading-serif{font-family:Lora,"Noto Serif SC",serif;line-height:1.85}html[lang=zh] i,html[lang=zh] em,html[lang=zh] .italic{font-style:normal!important;font-family:STKaiti,Kaiti SC,KaiTi,serif}.parchment-texture{background-image:url(https://www.transparenttextures.com/patterns/paper-fibers.png);background-attachment:fixed}.ink-shadow{box-shadow:0 40px 80px -20px #1c19171f}.text-balance{text-wrap:balance}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e7e5e4;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d6d3d1}::selection{background:#1c1917;color:#fdfbf7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInBottom{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-fill-mode:forwards;animation-timing-function:ease-out}.fade-in{animation-name:fadeIn}.slide-in-from-bottom-12{animation-name:slideInBottom}.zoom-in{animation-name:zoomIn}
