/*
Theme Name: MU Base
Description: Minimal shared block-theme runtime. Site-specific blocks, templates, patterns and design tokens are provided by a per-site content plugin (e.g. zj-site). Keep this theme free of page/single/archive templates — a theme template with the same slug would override the plugin-registered one.
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: mu-base
*/

/* ── Global base resets shared by all sites ─────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}
