/* Wraps the Webflow stylesheets in @layer webflow so they sit below
   @layer platform-utilities (declared in app/globals.css) and lose
   cascade fights against Tailwind utilities on platform pages.
   Layered Webflow rules still apply on marketing pages where there is
   no Tailwind utility class competing. */
@import url("normalize.css") layer(webflow);
@import url("components.css") layer(webflow);
@import url("pexx.css") layer(webflow);
