@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Lato,sans-serif;color:#f7f5f2;background:#0f0e0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0f0e0d;color:#f7f5f2}h1,h2,h3,h4{font-family:Playfair Display,serif}::selection{background:#4b1e3f;color:#fff}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#0a0908}::-webkit-scrollbar-thumb{background:#3a2a3a;border-radius:8px}.gold{color:silver}.burgundy{color:#4b1e3f}.animate-fadeInUp{animation:fadeInUp .7s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
