/* typography.css — MB21 c4 consolidation
 *
 * IBM Plex Sans setup, heading baselines (h1-h6), prose/body typography,
 * label/value typography. Anything that sets text styling globally or for
 * named typography surfaces.
 *
 * Receives migrated rules per the c4 classification rubric.
 */



/* === migrated from styles-additions-v16.css === */
body.app-mode-companies #companies-root,
body.app-mode-contacts #contacts-root,
body.app-mode-activities #activities-root,
body.app-mode-products #products-root,
body.app-mode-quotes #quotes-root,
body.app-mode-pings #pings-root {
  display: block;
}

/* When in a standalone page mode, hide the dashboard root */
body.app-mode-companies #dashboard-root,
body.app-mode-contacts #dashboard-root,
body.app-mode-activities #dashboard-root,
body.app-mode-products #dashboard-root,
body.app-mode-quotes #dashboard-root,
body.app-mode-pings #dashboard-root {
  display: none;
}

body.app-mode-companies #email-outreach-root,
body.app-mode-contacts #email-outreach-root,
body.app-mode-activities #email-outreach-root,
body.app-mode-products #email-outreach-root,
body.app-mode-quotes #email-outreach-root,
body.app-mode-pings #email-outreach-root {
  display: none;
}

/* === migrated from styles-additions-v13.css === */
/* styles-additions-v13.css
   ============================================================
   Phase A.1/A.2: Email Outreach as its own section.
   - Top-nav mode toggle (Dashboard / Email Outreach)
   - Email Outreach section shell with sub-tabs
   - Card detail overlay with prev/next navigation
   Utility-grade. Pastel polish + radar charts come in a later phase.
   ============================================================ */
/* ----- Mode visibility (set by app-mode.js via body class) ----- */
body.app-mode-dashboard      #email-outreach-root { display: none; }

body.app-mode-email-outreach #dashboard-root      { display: none; }