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

html { scroll-behavior: smooth; }
body { /* Base body styles */ }

.text-gold-gradient {
  background: linear-gradient(90deg, #ca8a04, #facc15, #eab308, #fde047, #b45309);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
