/* App-specific styles layered on top of Tailwind CDN.
   Keep this thin — most styling lives in template classes. */

html { scroll-behavior: smooth; }

/* Disable text selection on slide chrome to feel app-like */
header, footer { user-select: none; }
