/* ==============================================================
 * PCP Core — Base Stylesheet (Phase 1)
 *
 * This file is intentionally minimal in Phase 1. It exists to:
 *  1. Confirm the asset pipeline works.
 *  2. Establish a clean foundation for elements we'll style
 *     in later phases.
 *
 * Later phases will add: nav, mobile, homepage, prayer, footer styles.
 * ============================================================== */

/* Phase-1 sanity marker: when the plugin is fully active in Phase 3,
   we'll add a 'pcp-core-active' class to <body> and this rule will
   take effect. For now it does nothing visible. */
body.pcp-core-active {
	background-color: var(--pcp-cream);
}

/* Reset for elements we will fully restyle in later phases. */
.pcp-reset,
.pcp-reset * {
	box-sizing: border-box;
}
