/* Minimal custom overrides (works alongside Tailwind CDN) */
:root {
  --brand: #ef4444; /* red-500 */
  --brand-dark: #b91c1c; /* red-700 */
}
/* Smooth number transitions for donation totals */
.odometer { transition: all 0.3s ease; }
