/* Tailwind overrides and custom styles */
body {
  font-family: 'Segoe UI', 'Arial', sans-serif;
}
#animated-bg {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  pointer-events: none;
  z-index: 1;
}
/* Soft blush for menu button */
.bg-blush-200 {
  background-color: #f8d7da;
}
/* Custom crisis banner styling */
.crisis-banner {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0 0 1rem 1rem;
}
