/* ============================================================================
   app.css — design-system entry point for the Monitor St Pete site.

   tokens/reset/base/layout/utilities are ported verbatim from the Tampa
   reference (tm-meetings/site/public/css) as the shared foundation; local.css
   holds every Monitor-St-Pete-specific rule (chrome, homepage, status
   badges) so the ported files stay pristine and diffable against the source.

   Tampa's `legacy` layer (their old style.css) and shared chrome-component
   layer (topbar/masthead/mainnav/site-footer macros) are intentionally NOT
   ported: this site's header/footer use a simpler markup contract driven by
   site.js (title/tagline/nav), so their styling lives directly in local.css
   instead of being force-fit into the Tampa component class names.
   ========================================================================== */
@layer tokens, reset, base, layout, local, utilities;

@import url("tokens.css");
@import url("reset.css");
@import url("base.css");
@import url("layout.css");

/* site chrome, homepage, and status badges */
@import url("local.css");

@import url("utilities.css");
