/* Additional custom styles for the Agencia Tributaria parody */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Subtle animation on the alert banner */
.bg-\[\#fff3cd\] {
  animation: pulse-border 3s ease-in-out infinite;
}

@keyframes pulse-border {
  0%,
  100% {
    border-left-color: #ffc107;
  }
  50% {
    border-left-color: #c8102e;
  }
}
