/* Tailwind CSS for page builder content — imported into a CSS layer so it has
   lower specificity than the site's own unlayered Tailwind JIT styles.
   This prevents the full Tailwind preflight from resetting navbar/footer.
   @import with layer() is valid CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/@import */
@import url('/tailwind.min.css') layer(tw-page-builder);
