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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.eco-gradient {
  background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}
