/*
Theme Name: AI Canvas
Theme URI: https://example.com/ai-canvas
Author: AI Site Agent
Author URI: https://example.com
Description: A minimal, well-structured block theme designed as a canvas for the AI Site Agent plugin. Everything — header, footer, templates, colors, typography — is block data and theme.json presets, so the agent (and the Site Editor) can reshape the whole site without touching a line of code.
Version: 0.1.2
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-canvas
Tags: block-theme, full-site-editing, block-patterns, one-column, custom-colors, custom-typography
*/

body {
	-webkit-font-smoothing: antialiased;
}

a {
	text-underline-offset: 0.2em;
}

/*
 * Full-bleed sections sit flush against the header, the footer, and each
 * other. Without these rules the root block gap paints body-colored strips
 * between colored bands. Non-full-width blocks keep their normal gap.
 */
body .wp-site-blocks > * + * {
	margin-block-start: 0;
}

body .wp-block-post-content > .alignfull {
	margin-block-start: 0;
}
