@tailwind base; @tailwind components; @tailwind utilities; @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap'); html, body { width: 100%; margin: 0; } body { min-height: 100vh; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: linear-gradient(62deg, #9149E9 0%, #E0C3FC 100%); font-family: 'Space Grotesk', sans-serif; position: relative; }