/*
Theme Name: Enbio NZ
Theme URI: https://enbio.nz/
Author: ICONA
Author URI: https://icona.co.nz/
Description: A block theme recreating the Enbio NZ marketing site (world's fastest class B autoclaves). Fully editable in the WordPress Site Editor and Page editor. Built with core blocks, Playfair Display headings and Montserrat body text.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enbio
Tags: full-site-editing, block-patterns, business, one-column, custom-colors, editor-style, featured-images
*/

/* Minimal front-end refinements. Most styling lives in theme.json so it stays editable. */

.wp-block-cover__inner-container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* Cycle-time separators under the Superfast section */
.enbio-cycle .wp-block-separator {
	max-width: 120px;
	border-color: currentColor;
	opacity: 0.6;
}

/* The white "overlay" card used on the efficiency banner */
.enbio-overlay-card {
	background: rgba(255, 255, 255, 0.92);
}

/* Buttons keep the dark, squared Enbio look */
.wp-block-button__link {
	border-radius: 2px;
}

/* Slightly tighter heading rhythm to match the original */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.2px;
}
