@tailwind base;@tailwind components;@tailwind utilities;body,html{scroll-behavior:smooth;background-color:#0000;margin:0;padding:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.fluid-scroll-wrapper{background:linear-gradient(#eed9c4 0%,#8f9779 50%,#667b68 70%) 0 0/cover fixed;width:100%;min-height:100vh;position:relative}@media (width<=768px){.fluid-scroll-wrapper{background-size:100% 100%;background-attachment:scroll}}
