/*!
 * CJIP — theme-customizer.css — global foundation (kredoly-methodology.md §1).
 * Depends on cjip-tokens. Ports the React SoT `body` base and the icon helper.
 * Reusable component classes (.cjip-page-header, .cjip-section-head, .cjip-cta type
 * scale) are promoted here on their 2nd use during C3 — not pre-populated.
 */

:root{ --cjip-wrap:1200px; } /* R2 boxed wrapper */

body{
  background-color:var(--color-paper);
  color:var(--color-ink);
  font-family:var(--font-body);
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Inline lucide SVGs from cjip_icon() align to text and inherit colour. */
.cjip-icon{
  display:inline-block;
  vertical-align:middle;
  color:currentColor;
  flex:none;
}
