/* Tailwind utility output for the classes used in this template.
   Regenerate with npm install followed by npm run build:css. */
.tw-flex { display: flex; }
.tw-flex-wrap { flex-wrap: wrap; }
.tw-justify-between { justify-content: space-between; }
.tw-gap-3 { gap: 0.75rem; }
.tw-text-center { text-align: center; }
