/* Global overrides to match the React/Tailwind look */
html { scroll-behavior: smooth; }
body { background-color: #ffffff; }

/* Optional: text gradient helper used in footer headings */
.text-gradient { -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Reduce motion fallback */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

