/*
Theme Name: wpdraft
Theme URI: https://wpdraft.com/theme
Author: leeshadle
Author URI: https://twitter.com/leeshadle
Description: A bare bones block-based, full-site-editing, theme for the Draft website builder.
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.0
Version: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpdraft
Tags: full-site-editing, featured-images, template-editing, wide-blocks
*/

body {
	margin:0;
}
* {
	box-sizing:border-box;
}
:root {
	--tw--theme--layout--gutter: var(--tw--theme--layout--gutter--desktop);
	--tw--theme--layout--block-gap: var(--tw--theme--layout--block-gap--desktop);
}
@media (max-width:1023px) {
	:root {
		--tw--theme--layout--gutter: var(--tw--theme--layout--gutter--tablet);
		--tw--theme--layout--block-gap: var(--tw--theme--layout--block-gap--tablet);
	}
}
@media (max-width:767px) {
	:root {
		--tw--theme--layout--gutter: var(--tw--theme--layout--gutter--mobile);
		--tw--theme--layout--block-gap: var(--tw--theme--layout--block-gap--mobile);
	}
}