@tailwind base;
@tailwind components;
@tailwind utilities;

/* Pequeños ajustes extra para que quede más elegante */
h1, h2 {
  font-family: 'Playfair Display', serif;
}

.smooth-scroll {
  scroll-behavior: smooth;
}