/*
Theme Name: CoreDigify Base
Theme URI: https://my.coredigify.com
Author: CoreDigify
Author URI: https://my.coredigify.com
Description: CoreDigify Design System (CDDS) base block theme — a minimal, chrome-free, dependency-free canvas for hand-authored client designs. No third-party parent. Per-client child themes (coredigify-{site}) add the actual look.
Version: 0.1.2
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coredigify-base
*/

/* ==========================================================================
   CoreDigify Base — chrome-free full-bleed canvas.
   The page template renders ONLY the_content (no auto title / header / footer
   block), so client designs in post_content own the full viewport. Child
   themes (coredigify-{site}) add the actual scoped design CSS.
   ========================================================================== */

html, body { margin: 0; overflow-x: clip; }          /* clip (not hidden) — keeps sticky headers working under full-bleed breakout */

.wp-site-blocks > main { margin: 0; }
.cd-canvas { max-width: none; margin: 0; }
.cd-canvas > .wp-block-post-content { max-width: none; }
