@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}.marquee-left{animation:25s linear infinite marqueeLeft}.marquee-right{animation:25s linear infinite marqueeRight}.marquee-left:hover,.marquee-right:hover{animation-play-state:paused}@keyframes marqueeLeft{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}body{background:#fff;margin:0;padding:0;font-family:Poppins,sans-serif;overflow-x:hidden}*{box-sizing:border-box}.blog-content p{color:#555;margin-bottom:1.25rem;font-family:Poppins,sans-serif;font-size:16px;line-height:30px}.blog-content h2,.blog-content h3{color:#3e0062;margin:1.75rem 0 .75rem;font-family:Sora,sans-serif;font-size:24px;font-weight:600}.blog-content ul,.blog-content ol{color:#555;margin:0 0 1.5rem 1.25rem;padding-left:.5rem;font-size:16px;line-height:30px}.blog-content li{margin-bottom:.5rem}.blog-content a{color:#3e0062;text-decoration:underline}.blog-content img{object-fit:cover;border:1px solid #c88eee;border-radius:24px;width:100%;max-height:420px;margin:1.5rem 0;display:block;box-shadow:0 4px 18px #c66fff40}.blog-content[contenteditable=true]:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}
