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

/* Responsividade Global */
html, body {
  min-height: 100vh;
  background-color: #1D1E2B;
}

/* Cards responsivos */
@media (max-width: 640px) {
  .break-all {
    word-break: break-all;
  }
}
