/* Loads the legacy compiled marketing theme into the `legacy` cascade layer so
   Tailwind utilities (in the `utilities` layer) can win inside the internal app,
   while the legacy theme still beats Tailwind's preflight on marketing pages.
   All url()/@import inside style.css use absolute /assets/... paths, so fetching
   this at runtime resolves every font/image/nested import correctly. */
@import url("/assets/css/style.css") layer(legacy);
@import url("/assets/css/inbox.css") layer(legacy);
