/*
Theme Name: Enqueue
Theme URI: https://enqueue.wpenginepowered.com
Description: Block child theme for Enqueue, the conference for professional WordPress developers. Built on the Ollie block theme.
Author: The Code Company
Author URI: https://thecode.co
Template: ollie
Version: 1.1.3
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: enqueue
*/

/* All design tokens live in theme.json. Only put CSS here that genuinely
   cannot be expressed in theme.json. Keep this file close to empty. */

/* Core spaces every top-level block with the root block gap, which puts a
   band of background colour between the header, the content and the footer.
   theme.json cannot target this, and setting root blockGap to 0 would also
   collapse spacing between blocks inside content. */
.wp-site-blocks > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Core's is-style-outline ships its own padding (.667em/1.333em) and a 2px
   border, which makes outline buttons shorter than filled ones. Match them. */
.wp-block-button.is-style-outline > .wp-block-button__link {
	padding: 1.15rem 1.85rem;
	border-width: 1px;
}

