/*
Theme Name: EBC Base
Theme URI: https://ebc.local/
Author: EBC
Description: Minimal, intentionally inert base theme for the EBC multi-brand site. It declares the supports WordPress and WooCommerce need and otherwise stays out of the way — all front-end rendering is owned by the EBC Multi-Brand plugin's brand chrome. Switching this theme out should never be necessary; it exists so the site depends on no third-party theme.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.2
License: GPL-2.0+
Text Domain: ebc-base
*/

/* Intentionally minimal. Brand styling is provided by the EBC Multi-Brand
   plugin (assets/brands/<slug>.css) and the EBC Page Builder element styles. */

:root {
	--ebc-content-max: 1200px;
}

body {
	margin: 0;
}

.ebc-main {
	min-height: 40vh;
}
