@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color:#4a1540;background:#fff8fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Lato,sans-serif;background:#fff8fa;color:#4a1540}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff0f5}::-webkit-scrollbar-thumb{background:#f472b6;border-radius:999px}.sparkle{animation:sparkle 2.8s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}
