/* Custom overrides on top of Tailwind CDN. Keep minimal — the design
   system lives in the tailwind.config in the layout head. */
html { -webkit-font-smoothing: antialiased; }
.fade-in { opacity: 0; transform: translateY(40px); transition: all .7s ease; }
.fade-in.visible { opacity: 1; transform: none; }
