@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--theme-bg:#faf9f7;--theme-bg-light:#fff;--theme-rosegold:#eedcde;--theme-rosegold-light:#f6eaec;--theme-rosegold-grad:linear-gradient(135deg, #fff 0%, #f6eaec 100%);--theme-gold:#dcbabf;--theme-text:#2c2a29;--theme-text-muted:#8c8885;--font-serif:"Cormorant Garamond", serif;--font-sans:"Outfit", sans-serif}body{color:#4a4a4a;background-color:#fdfbf7;margin:0;padding:0;font-family:Inter,sans-serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%{box-shadow:0 0 10px #dcbabf33}50%{box-shadow:0 0 20px #dcbabf80}to{box-shadow:0 0 10px #dcbabf33}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}html,body,#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}
