/* ==========================================================================
   Unified Theme — Complementary styles for WhatsApp CRM
   Only contains animations and helpers that do NOT conflict with crm-theme.css
   ========================================================================== */

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fi-section,
.fi-ta-row,
.fi-btn {
  animation: fadeIn 0.3s ease-out;
}

/* Typography helpers */
body {
  letter-spacing: -0.01em;
}
