/*
Theme Name: EasyBuild Theme
Theme URI: https://easybuild.dev
Description: 极简 WordPress 主题，专为 EasyBuild 插件设计。使用 Tailwind CSS v4 + htmx 构建。
Author: EasyBuild
Author URI: https://easybuild.dev
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easybuild
*/

/* ─── Minimal Reset (Tailwind handles most styling) ─── */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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