/**
 * Theme Styles — Ivy Chapel Theme
 *
 * WP margin resets, base typography, layout overrides.
 * Never add component styles here.
 */

/* Reset WP default block margins — top-level site blocks only */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
	margin-block-end: 0;
}
/*
 * DISABLED — this rule zeroes out blockGap margins on ALL flow layouts,
 * preventing native block spacing from working.
 *
 * :root :where(.is-layout-flow) > * {
 *   margin-block-start: 0;
 * }
 */
