/* ============================================================
   REMODEL-2 — App (public/index.html SPA) override manifest
   (FROZEN — foundation only)
   Linked at the END of the app <head> so it wins over the 22
   inline <style> blocks. Retones the app to titanium+Helvetica
   purely via CSS — NO markup edits to index.html.
   All rules scoped under html[data-remodel="2"].
   ============================================================ */

/* Foundation: token retone for the app's own :root vars + base */
@import url("/marketing/remodel-2/_tokens.css");
@import url("/marketing/remodel-2/_base.css");

/* App component partials (agents) */
@import url("/marketing/remodel-2/a-shell.css");
@import url("/marketing/remodel-2/a-cards-kpi.css");
@import url("/marketing/remodel-2/a-tables.css");
@import url("/marketing/remodel-2/a-forms.css");
@import url("/marketing/remodel-2/a-misc.css");
