/*
 * Compendion base styles.
 *
 * Keep this file limited to global refinements that are not practical in
 * theme.json. Component-level rules belong in compendion-components.css.
 */

:where(.wp-site-blocks) {
	min-height: 100vh;
}

:where(.wp-site-blocks *:focus-visible) {
	outline: 2px solid currentColor;
	outline-offset: 0.18em;
}

:where(img, svg, video) {
	max-width: 100%;
	height: auto;
}
