/* Estilos globais opcionais para complementar o Tailwind */
html, body { height: 100%; }
img { max-width: 100%; display: block; }
@media (max-width: 767px) {
  .bg-fixed { background-attachment: scroll !important; }
}
