/*
 * Static snapshot of selected Tailwind v4 utility classes.
 * Use this when you need Tailwind utilities in contexts where the
 * compiled Tailwind bundle is not loaded.
 *
 * Add classes here as you need them. Keep values in sync with the
 * Tailwind v4 defaults: https://tailwindcss.com/docs
 */

/* max-width */
.max-w-prose { max-width: 65ch; }
.max-w-xs    { max-width: 20rem; }   /* 320px */
.max-w-sm    { max-width: 24rem; }   /* 384px */
.max-w-md    { max-width: 28rem; }   /* 448px */
.max-w-lg    { max-width: 32rem; }   /* 512px */
.max-w-xl    { max-width: 36rem; }   /* 576px */
.max-w-2xl   { max-width: 42rem; }   /* 672px */
.max-w-3xl   { max-width: 48rem; }   /* 768px */
.max-w-4xl   { max-width: 56rem; }   /* 896px */
.max-w-5xl   { max-width: 64rem; }   /* 1024px */

/*# sourceMappingURL=tailwindcss_bridge.css-aea7562a44afc337127329993c81cb9b35923e5254e044e2ec79341ae662a6ff.map */
