/* Small custom rules that complement Tailwind. Tailwind itself is loaded
 * via the Play CDN script in templates/layout.html (no Node toolchain
 * required). For production you can swap that script for a precompiled
 * tailwindcss output written here.
 */
.htmx-indicator { opacity: 0; transition: opacity .15s ease; }
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { opacity: 1; }

body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
