@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Noto+Serif+Telugu:wght@400;600;700&family=Tiro+Telugu&display=swap');

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: #fdf8f5; background-image: url('https://www.transparenttextures.com/patterns/cream-paper.png'); }

.telugu-text { font-family: 'Noto Serif Telugu', serif; }
.poem-text-font { font-family: 'Tiro Telugu', serif; line-height: 1.8; }

#toast { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
article { overflow: hidden; z-index: 1; }
.export-card { background-color: #ffffff !important; }

.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }