@tailwind base;
@tailwind components;
@tailwind utilities;

/* Only keep the body style */
body {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
